Coloring a NavBar Link
2 posters
Page 1 of 1
Coloring a NavBar Link
On my NavBar I want to color in the link that says "IRC Connect". I had this working in the past but when I changed my forum to phpBB2 it stopped working.
Previously I used this code given to me by rideem3 to make it change color:
Now it is not working
I would like some help on how to restore the color I previously had.
Thanks in advance for all help and replies.
Previously I used this code given to me by rideem3 to make it change color:
- Code:
.navlinks a[href="URLHERE"] {
color: COLORHERE !important;
}
Now it is not working
I would like some help on how to restore the color I previously had.
Thanks in advance for all help and replies.
Last edited by Yous000 on July 2nd 2012, 4:48 pm; edited 1 time in total
Yous000- Forumember
- Posts : 240
Reputation : 4
Language : English
Re: Coloring a NavBar Link
Try this code in the css.
- Code:
a.mainmenu[href="URLHERE"]{
color: #ffffff !important;
}
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Forum Coloring Difficulty
» Render and coloring Please
» [Solved]Text coloring problem.
» Coloring posts
» Topic Coloring.
» Render and coloring Please
» [Solved]Text coloring problem.
» Coloring posts
» Topic Coloring.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum