Hi,
Yes, You can change the menu background color with custom CSS.
Please add below custom CSS in your theme Customize
Appearance -> Customize -> Additional CSS
Currently, we give white color, and you have to give custom color you want to it.
.sub-menu {
background: #fff;
}
.sub-menu li > a:hover, .sub-menu li > a:focus, .sub-menu li.submenu-open > a {
background: transparent;
}
You can change the menu font with below custom CSS.
.inner-nav li a {
font-family: Montserrat;
}
You can change the sub menu font color in theme options.
Appearance -> Customize -> Styling -> Menu -> Menu Hover Font Color
Thank you
This worked beautifully. Thank you!
Hi,
We are happy to help, and We are always ready for your help. If you have like our theme, please give a five-star review. It will be a big help to us from you.
Happy Developing.
Thank you