[Theme: Expound] Color of current page menu button
-
Hi, it’s my first day with a Child Theme. I have succeeded in changing the color of the menu bar, of the text, and of the menu buttons (if that’s the word) when I am not on that page, with the following, which I have taken from other threads, without really understanding much of what I am doing:
/* Menu bar background */ .navigation-main, .navigation-main ul, .navigation-main li {background:#e2e2e2; } /* Menu bar text */ .navigation-main a { color: #180423; padding: 10px; position: relative; } /* Menu color when not on page */ .navigation-main li { background: #c3a1e2; } /* Menu color when hovering and not on page */ .navigation-main li:hover { background: #a76ce2; }
I can’t work out how to change the color of the current page menu button, either when hovering or not. I tried Firebug, but that just brings up the above from the style.css in my child theme.
https://womeninthechurch.co.uk/
Would appreciate any help,
Andrew
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Theme: Expound] Color of current page menu button’ is closed to new replies.