Forums

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

Home Forums Back End [Solved] WordPress – Pages/Sub Pages Menu Question Re: [Solved] WordPress – Pages/Sub Pages Menu Question

#66404
elcid
Participant

Thanks to everyone who helped. Finally got to the required solution, but I doubt I would have got here without your help.

The final CSS solution which works needed apostrophe’s tweaking slightly with the addition of an extra line to clear to formatting applied to the parent if the active page.

Code:
#main-nav li.current_page_item ul li a { whatever }
#main-nav li ul li.current_page_item a { whatever }

Thanks again for all your assiatnce :) :)