I am following up on an earlier reported issue where both the Events tab and the Blog tab are being highlighted as the current menu item in a Canvas WooThemes install.
on Canvas theme, multiple nav items highlighted when Events page is displayed
I’ve followed the CSS mentioned in the previous forum post (thanks!)
.events-archive #navigation ul.nav li.current_page_parent a {
background: inherit;
color: inherit;
)
which does fix the highlighting issue on the main calendar page, but I’m still getting a double menu highlight on the events detail page. Been playing around with CSS tweaks with no luck. Any suggestions?