Change menu color on Canard theme
-
Hi guys,
Wanting to change the menu color on my website. I’m using the Canard theme and have tried various different things in the CSS but they don’t seem to work.
The blog I need help with is: (visible only to logged in users)
-
Hi jakefitzyo
– If menu color here means text color of the menu then you need to add the following code:
ul#primary-menu li a { color: blue; }But if you want the menu background color to be changed then you need to add the below code:
ul#primary-menu { background-color: grey; }Please change the color according to your requirement.
Hope this helps. Feel free to ask
- The topic ‘Change menu color on Canard theme’ is closed to new replies.