How to change menu colour
-
Hello,
I am trying to make my menu background white, and have added the CSS code below.
.site-header {
background-color: #ffffff;
color: #000000;
}.menu-primary a {
background-color: #ffffff;
color: #000000;
}However, when I view the site in desktop view, the menu shows a grey colour between each menu page item, not white (only the text has white background, not the entire menu bar).
I have searched around, and tried different CSS, however, no success yet.
Thanks
Ryan -
- The topic ‘How to change menu colour’ is closed to new replies.