Home › Forums › Back End › [Solved] WordPress – Pages/Sub Pages Menu Question › Re: [Solved] WordPress – Pages/Sub Pages Menu Question
November 9, 2009 at 10:59 am
#66404
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 }
#main-nav li ul li.current_page_item a { whatever }
Thanks again for all your assiatnce :) :)