This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Amzy Leel
How to change background of Navigation?and menu text color?hover style? I’ve not found the option
background of Navigation
– add this css code in 8theme options >> styling >> custom css >> global custom css
.menu-wrapper .menu { background-color: #f00; }
menu text color
– you can select the menu text color in 8theme options >> typography >> navigation >> menu first level font >> font color
hover style
– add this css code in 8theme options >> styling >> custom css >> global custom css
.menu-wrapper .menu>li:hover { color: #f00; } // text color
.menu-wrapper .menu>li:hover { background-color: #8e8e8e; } // text background color
You must be logged in to reply to this topic.Log in/Sign up