Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Keep Parent Item Active when Child Element is Current Page – CSS/WordPress Re: Keep Parent Item Active when Child Element is Current Page – CSS/WordPress

#106963
wolfcry911
Participant

try this:

#main-nav .current_page_item a {
background: red;
}