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.

Unbold name

2 posters

Go down

Solved Unbold name

Post by sajber Sun 1 Mar - 18: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.
sajber
sajber
Forumember

Posts : 35
Reputation : 1
Language : Croatian, English

http://animan.forumcroatian.com/forum

Back to top Go down

Solved Re: Unbold name

Post by _Twisted_Mods_ Mon 2 Mar - 9: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?
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

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

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Unbold name

Post by sajber Mon 2 Mar - 10:37

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

Posts : 35
Reputation : 1
Language : Croatian, English

http://animan.forumcroatian.com/forum

Back to top Go down

Solved Re: Unbold name

Post by _Twisted_Mods_ Mon 2 Mar - 10:51

add this to your css see if it fixes the issue

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

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

http://liquidcode.forumotion.com

Back to top Go down

Solved Re: Unbold name

Post by sajber Mon 2 Mar - 11:35

Worked. Thank you a lot sir.
sajber
sajber
Forumember

Posts : 35
Reputation : 1
Language : Croatian, English

http://animan.forumcroatian.com/forum

Back to top Go down

Solved Re: Unbold name

Post by _Twisted_Mods_ Mon 2 Mar - 12:24

Topic solved and archived
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

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

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum