Customize the style of the tags list in first post and even "remove" the comma

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,466
    7,708
    321
    localhost
    Heisenberg submitted a new resource:

    - Customize the style of the tags list in first post and even "remove" the comma

    How to customize the style of the tags list in first post and even "remove" the comma separator


    07-17-2016, 12:37 AM


    If you want to change the style of the tags to how it is styled on this forum (right here in this first post), then add these in css_additional template or via Sitebuilder > Style > CSS Editor.


    Code:
    [B][I]/* add border around each tag */
    div[id^="content-tags"] a {
        border: 1px solid #c0c0c0;
        padding: 3px 4px;...

     
    Last edited: