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 usernames

3 posters

Go down

Solved unbold usernames

Post by Manameh December 29th 2013, 12:05 am

hey there.
I'm having trouble removing bold usernames in a usergroup. I  have un-bolded this usergroup; 
unbold usernames P5ph
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.
Manameh
Manameh
Forumember

Posts : 31
Reputation : 2
Language : English

http://naruhina.lovediscussion.net/

Back to top Go down

Solved Re: unbold usernames

Post by SLGray December 29th 2013, 3:16 am

I believe the only way will be to add CSS codes for each member of the group.


unbold usernames Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: unbold usernames

Post by Manameh December 29th 2013, 3:35 am

SLGray wrote:I believe the only way will be to add CSS codes for each member of the group.
Aww. Ok thank you. 
Can you please tell me the code for unbolding each member individually? I have tried this 
Code:
a[href="PATHNAME"] {
font-weight: normal !important;
}
But it won't work..


Last edited by Manameh on December 29th 2013, 3:36 am; edited 1 time in total (Reason for editing : Edit)
Manameh
Manameh
Forumember

Posts : 31
Reputation : 2
Language : English

http://naruhina.lovediscussion.net/

Back to top Go down

Solved Re: unbold usernames

Post by SLGray December 29th 2013, 3:43 am

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.


unbold usernames Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: unbold usernames

Post by Manameh December 29th 2013, 3:46 am

Yes. I did that, but it won't work.
Manameh
Manameh
Forumember

Posts : 31
Reputation : 2
Language : English

http://naruhina.lovediscussion.net/

Back to top Go down

Solved Re: unbold usernames

Post by SLGray December 29th 2013, 3:50 am

It is because they are in a group. I forgot that it would not work for members in a group.


unbold usernames Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: unbold usernames

Post by Manameh December 29th 2013, 3:56 am

Oh i see. Thank you very much. You have my appreciation.
Manameh
Manameh
Forumember

Posts : 31
Reputation : 2
Language : English

http://naruhina.lovediscussion.net/

Back to top Go down

Solved Re: unbold usernames

Post by Ange Tuteur December 29th 2013, 3:56 am

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 :
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
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: unbold usernames

Post by Manameh December 29th 2013, 3:58 am

^I wanted to do it for all members in 1 group. 
thank you very much, i didn't see that coming. Topic solved.
Manameh
Manameh
Forumember

Posts : 31
Reputation : 2
Language : English

http://naruhina.lovediscussion.net/

Back to top Go down

Solved Re: unbold usernames

Post by SLGray December 29th 2013, 4:02 am

Topic Solved & Locked


unbold usernames Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


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