Resetting the background colour worked, unfortunately we’re back to a situation where a level three selection themes the second level menu item, and not the first :/
I used the code that you offered above…
Should I paste my menu section in here?
Hi there Chip, thanks for the reply!
The code you suggested didn’t exist in my stylesheet so I created it- i.e
#access ul li.current_page_parent a {
background: red;
}
The problem with this is that all of the items in the dropdown are affected. 1st, 2nd and third menu items for the particular menu tab.
Do you know how I can make it affect only the first level? 🙂