Unbold name
2 posters
Page 1 of 1
Unbold name
Hello,
Im using this code:
I wanna have bold remain under users avatars.
Don't wanna bold in index.
Im using this code:
- Code:
a[href*="/u"] {
font-weight: normal !important;
}
I wanna have bold remain under users avatars.
Don't wanna bold in index.
Re: Unbold name
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?
Re: Unbold name
Users from special groups can stay bold, just wanna normal users not to be bold outside post profiles.
Re: Unbold name
add this to your css see if it fixes the issue
- Code:
.post a[href*="/u"] {
font-weight: bold !important;
}
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum