unbold usernames
3 posters
Page 1 of 1
unbold usernames
hey there.
I'm having trouble removing bold usernames in a usergroup. I have un-bolded this usergroup;
but the users inside of it are still bold. I don't want to remove the group because i want to keep it in the legend and keep it's color.
So... Is there any sort of CSS code to unbold all of the users inside of this group?
thank you.
I'm having trouble removing bold usernames in a usergroup. I have un-bolded this usergroup;
but the users inside of it are still bold. I don't want to remove the group because i want to keep it in the legend and keep it's color.
So... Is there any sort of CSS code to unbold all of the users inside of this group?
thank you.
Re: unbold usernames
I believe the only way will be to add CSS codes for each member of the group.
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: unbold usernames
Aww. Ok thank you.SLGray wrote:I believe the only way will be to add CSS codes for each member of the group.
Can you please tell me the code for unbolding each member individually? I have tried this
- Code:
a[href="PATHNAME"] {
font-weight: normal !important;
}
Last edited by Manameh on Sun 29 Dec - 2:36; edited 1 time in total (Reason for editing : Edit)
Re: unbold usernames
You have to get the user's ID which is the last part of the link to their profile.
Mine on the support forum is /u26520.
Mine on the support forum is /u26520.
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: unbold usernames
It is because they are in a group. I forgot that it would not work for members in a group.
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: unbold usernames
Hello ,
Do you want to remove the bold from all users or just that one group ?
You can use the following codes depending on what you want.
Remove bold from the group members in your example :
Remove bold from all usernames :
Also if you wish to remove all bold from the groups in the legend you can use this :
These codes should be applied here :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
Do you want to remove the bold from all users or just that one group ?
You can use the following codes depending on what you want.
Remove bold from the group members in your example :
- Code:
a span[style="color:#9450FA"] strong { font-weight:normal; }
Remove bold from all usernames :
- Code:
a[href^="/u"] span strong { font-weight:normal; }
Also if you wish to remove all bold from the groups in the legend you can use this :
- Code:
p br + em a { font-weight:normal; }
These codes should be applied here :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
Re: unbold usernames
^I wanted to do it for all members in 1 group.
thank you very much, i didn't see that coming. Topic solved.
thank you very much, i didn't see that coming. Topic solved.
Re: unbold usernames
Topic Solved & Locked
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.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum