Nav Bar Style Variation?
-
Hi. I’m trying to vary the style for an item in my navigation bar (which is part of my header.php) and I can’t get it to work.
https://www.livinginstereo.com/offbroadtest/
Basically, what I want to do is change the link style of one word (“Ticketweb”) on the right of the navigation bar. It’s currently styled as:
ul#nav li.right {
float:right;
margin:0 10px 0 0 !important;
margin:0 3px 0 0;
}ul#nav li.right a {
color:#fff;
font-weight:bold;
text-decoration:none;
}ul#nav li.right a:hover {
border-bottom:1px solid #222;But it seems to still be sharing the style for the other nav links. I want to get rid of the fancy background/gif stuff for that one word on the right, ie. just have it be a basic link (bold, with pink underline hover).
Thanks in advance!
- The topic ‘Nav Bar Style Variation?’ is closed to new replies.