How to unbold registered users
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
How to unbold registered users
Hi, I use phpbb3 and the default skin had the registered users not boldedby default, but now I installed a new skin and it has them bolded. How can this feature be removed.
Last edited by Ramdaman on September 4th 2014, 10:30 pm; edited 1 time in total
Re: How to unbold registered users
Add this to your CSS files
But before adding it go the the bottom of your forum and click on the Member legend and in the URL bar there should be something like this

Where it's in yellow you want to add that to place where it says RANK HERE
To change the Font Weight just change the 700 to what you like.
let me know if you have any problems
APE
But before adding it go the the bottom of your forum and click on the Member legend and in the URL bar there should be something like this

Where it's in yellow you want to add that to place where it says RANK HERE
To change the Font Weight just change the 700 to what you like.
- Code:
a[href="/RANK HERE"] {
text-decoration: none !important;
font-weight: 700 !important;
}
let me know if you have any problems
APE
Re: How to unbold registered users
Well I don't have a member group, it's just that they appear bolded.
EDIT: Tried the CSS but didn't work.
EDIT: Tried the CSS but didn't work.
Re: How to unbold registered users
Hello Ramdaman,
If members are within a group their usernames will be bold. You can adjust the font weight with this CSS :
If members are within a group their usernames will be bold. You can adjust the font weight with this CSS :
- Code:
a[href^="/u"] strong { font-weight:normal }
Re: How to unbold registered users
Do I have to do that for every user?
And if i remove the auto subscribe (post count=0) group, their names are still bolded.
Any CSS for that?
And if i remove the auto subscribe (post count=0) group, their names are still bolded.
Any CSS for that?
Re: How to unbold registered users
Please post a link to your forum.

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: How to unbold registered users
If your members are automatically added to a members group then you should consider reading this tutorial :
http://help.forumotion.com/t131443-customize-usernames-according-to-group#881088
This will tell you how to modify the style of certain groups. So, for example, if I wanted to display Support Moderators as a normal font weight I would write :
http://help.forumotion.com/t131443-customize-usernames-according-to-group#881088
This will tell you how to modify the style of certain groups. So, for example, if I wanted to display Support Moderators as a normal font weight I would write :
- Code:
a span[style="color:#990099"] strong { font-weight:normal }
Re: How to unbold registered users
is this your forum ?
http://www.agg-community.com/forum
if yes then you have a group called Member and that is in green at the bottom of your forum in the legend
http://www.agg-community.com/forum
if yes then you have a group called Member and that is in green at the bottom of your forum in the legend

Re: How to unbold registered users
@APE No I'm talking about fmacademy.forumotion.com
@Ange - Code doesn't work.
@Ange - Code doesn't work.
Last edited by Ramdaman on September 4th 2014, 9:55 pm; edited 1 time in total
Re: How to unbold registered users
lol sorry i was looking at your forum in your profile as you did not give a link in your First post
Remember from now on if you need any help on a forum of yours please Don't forget to post your forum link you need help on so we do not get mixed up again
APE
Remember from now on if you need any help on a forum of yours please Don't forget to post your forum link you need help on so we do not get mixed up again

APE
Re: How to unbold registered users
You do have a group called members
you will need to add this code at the top of your CSS
EDIT: oops sorry i removed part of the code re add this one
you will need to add this code at the top of your CSS
- Code:
a[href="/g5-members"] {
font-weight:normal !important;
}
EDIT: oops sorry i removed part of the code re add this one
Re: How to unbold registered users
You read the tutorial, correct ? For your group "members" you'd write this :
- Code:
a span[style="color:#8B8FCF"] strong { font-weight:normal }
Re: How to unbold registered users
Ah thanks you two. They both worked. APE removed the bold from the group, and Ange from the members. Thanks.
(I must have had the wrong color code in Ange's CSS)
(I must have had the wrong color code in Ange's CSS)
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum