Forums

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

Home Forums CSS [Solved] Retaining parent rollover state when hovering over child Reply To: [Solved] Retaining parent rollover state when hovering over child

#199240
domino989
Participant

Something like the following might be a step in the right direction

ul.nav-menu > li.menu-item:first-child:hover > a {
padding-left:5px;
}

Still needs some refining but I hope it helps.