css mobile navigation down state in Expound theme
-
Hi this is a problem I’m having with another site that I’ve created rather than the palmerowen site. Its http://michaelgroth.co.uk/ – using the Expound theme.
Basically the down state of the buttons on a mobile are a blue colour. Can someone tell me how this could be altered via css? I’d like to make them grey instead.
Thanks
The blog I need help with is: (visible only to logged in users)
-
This should do the trick:
.main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item { background: #fff; }Can you give that a try? You’ll want to adjust the fff to the hex code you’re looking for.
-
-
- The topic ‘css mobile navigation down state in Expound theme’ is closed to new replies.