- This topic has 3 replies, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › primary nav bar
Hi,
I’m using the default theme color, black and the Nav Bar under the Header is Black. Great! Unfortunately when a Page is selected, the highlight color is also Black. That’s not a problem in the Nav Bar lighter area to the left of center, but most of the nav bar isn’t affected by the Highlight color. Can I change the ‘page selected’ highlight color of the Nav bar in css? How, if possible, and where is it located?
site: tomjdolan.com
Thanx so much,
Tom
Yes, take a look on or around line 393 in your css file for this –
.menu li a:active,
.menu li a:hover,
.menu .current_page_item a,
.menu .current-cat a,
.menu .current-menu-item a {
background: #000;
color: #fff;
}
…..and then you can change your background to whatever color or image you want.
Thanx Wes,
The code worked like a charm.
BTW, when I first read the forum rules, I thought you mentioned that we could close-out a request when it was completed but I don’t see a way to do that. I may have misread that point. But if it’s possible, let me know how and I will.
Again Thank you,
Tom
No worries, we’ll actually close out the threads for you. I’m not sure if forum members can close them anyways….if you do have the option it will be a link at the top labeled “Close“. You won’t have to worry about doing that, as we’ll handle that for you.
Thanks!