The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Unbold name

    sajber
    sajber
    Forumember


    Posts : 35
    Reputation : 1
    Language : Croatian, English

    Solved Unbold name

    Post by sajber Sun 1 Mar - 23:14

    Hello,

    Im using this code:

    Code:
        a[href*="/u"] {
          font-weight: normal !important;
        }
    which is fine, but it removes bold from all places.
    I wanna have bold remain under users avatars.
    Don't wanna bold in index.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Unbold name

    Post by _Twisted_Mods_ Mon 2 Mar - 14:15

    ok so i got this correct ..you want all usernames on your forum to not be bold except for the ones in the post profiles?
    sajber
    sajber
    Forumember


    Posts : 35
    Reputation : 1
    Language : Croatian, English

    Solved Re: Unbold name

    Post by sajber Mon 2 Mar - 15:37

    Users from special groups can stay bold, just wanna normal users not to be bold outside post profiles.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Unbold name

    Post by _Twisted_Mods_ Mon 2 Mar - 15:51

    add this to your css see if it fixes the issue

    Code:
      .post a[href*="/u"] {
          font-weight: bold !important;
        }
    sajber
    sajber
    Forumember


    Posts : 35
    Reputation : 1
    Language : Croatian, English

    Solved Re: Unbold name

    Post by sajber Mon 2 Mar - 16:35

    Worked. Thank you a lot sir.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Unbold name

    Post by _Twisted_Mods_ Mon 2 Mar - 17:24

    Topic solved and archived

      Similar topics

      -

      Current date/time is Wed 13 Nov - 17:43