WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved Team group color Mon Mar 05, 2012 11:58 pm

medlsc

medlsc
Registered Member
Registered Member
How to change the color of any moderation group ?

I want any team group to have the same color like the legent at any forum.

look the picture:

Team group color  Rfhrth11

http://med-lab-scietists.free-forums.biz/

2Solved Re: Team group color Tue Mar 06, 2012 6:19 pm

ankillien

ankillien
Administrator
Administrator
Add this in your CSS..

Code:
a.group-mod[href="/g2-group"] {
color: #21CF50 !important;
}
a.group-mod[href="/g8-group"] {
color: #EB8B17 !important;
}
a.group-mod[href="/g7-group"] {
color: #17F0CA !important;
}
a.group-mod[href="/g3-group"] {
color: #F5E20F !important;
}
a.group-mod[href="/g4-group"] {
color: #9741E8 !important;
}
a.group-mod[href="/g5-group"] {
color: #AAF50A !important;
}

Very Happy

3Solved Re: Team group color Wed Mar 07, 2012 2:46 pm

medlsc

medlsc
Registered Member
Registered Member
thx ankillien Smile

http://med-lab-scietists.free-forums.biz/

4Solved Re: Team group color Wed Mar 07, 2012 6:01 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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