2 posters
How to remove the group colour
njaguar- Forumember
- Posts : 113
Reputation : 1
Language : English
Location : United Kingdom
- Post n°1
How to remove the group colour
Last edited by njaguar on December 12th 2013, 11:53 pm; edited 1 time in total
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°2
Re: How to remove the group colour
Hello njaguar,
Add this to your CSS stylesheet :
Add this to your CSS stylesheet :
- Code:
.row3.over strong a span { color:inherit !important; }
.row3.over strong { font-weight:normal; }
njaguar- Forumember
- Posts : 113
Reputation : 1
Language : English
Location : United Kingdom
- Post n°3
Re: How to remove the group colour
it doesn't remove it from all pages just index, when i do in to a forum there back
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°4
Re: How to remove the group colour
Remove the last code and add this :
- Code:
.row3.over strong a span, .postdetails strong a span { color:inherit !important; }
.row3.over strong, .postdetails strong { font-weight:normal; }
njaguar- Forumember
- Posts : 113
Reputation : 1
Language : English
Location : United Kingdom
- Post n°5
Re: How to remove the group colour
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°6
Re: How to remove the group colour
I can click those ?
Remove the old code and add this :
Remove the old code and add this :
- Code:
.row3 strong a span, .postdetails strong a span { color:inherit !important; }
.row3 strong, .postdetails strong { font-weight:normal; }
njaguar- Forumember
- Posts : 113
Reputation : 1
Language : English
Location : United Kingdom
- Post n°7
Re: How to remove the group colour
Thanks done
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°8
Re: How to remove the group colour
you're welcome
Topic solved and archived
Topic solved and archived