Home › Forums › CSS › [Solved] Retaining parent rollover state when hovering over child › Reply To: [Solved] Retaining parent rollover state when hovering over child
March 30, 2015 at 5:53 am
#199240
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.