Current page state for menu in Twenty Twelve
-
I’m working in the Twenty Twelve them on this blog: http://pechespoivre.wordpress.com.
I’ve tried implemented suggested CSS to change the colour of the ‘current page’ (ie currently selected page) in my main menu, but it doesn’t work. This is the thread that I borrowed the CSS from:
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
color: red;
}For my site, the CSS that I’m trying is:
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
font-weight: bold;
color: #cb9061;
}I’d be grateful for any help. Many thanks.
The blog I need help with is: (visible only to logged in users)
- The topic ‘Current page state for menu in Twenty Twelve’ is closed to new replies.