Changing Sub-Menu Colour

Posted in: Newspaper
Post count: 80

Hello TagDiv,

I am trying to change the colour of the sub-menu but can’t target this element using the theme panel.
If you visit the site (www.glitched.co.uk) and hover over the menu item ‘More’, you will see it’s a dark grey.

How can I change this?

Thanks.

Post count: 6535

HI

The theme does not have an option which target that item but you can try this css to target the sub-menu elements: http://screencast.com/t/VHI5HPyewUj7

.sf-menu ul {
background-color: red!important;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.