Customizing NAV Menu
-
Hi,
Could anyone explain how to customize the colour of the nav menu in the Sketch theme?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Are you looking to customize the color of the font or the background?
To customize the background use the following CSS (and use your color of choice)
.main-navigation li {
display: block;
position: relative;
background: yellow;
}To customize the font color:
.main-navigation a {
color: blue;}
Let me know if this is what you’re looking for.
-
- The topic ‘Customizing NAV Menu’ is closed to new replies.