Hi,
Currently on my website, my mobile view menu is not the way that I would like it to look. The background is black and it is difficult to read the blue text overtop of it. How can I change the mobile menu to a white background, but keep everything else the way that it is?
Site URL: hiddenHello,
Please add this code in custom.css file
.mobile-nav,
.et-mobile-menu li > a,
.side-block .close-block{
background-color: #fff;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Awesome! Thank you. I noticed that the line of code that you provided only changes the main nav menu items, but not submenus. What code can I use to change the submenus as well?
Hello,
Please use this code as well:
.et-mobile-menu > li > ul li, .et-mobile-menu > li > ul > li a {
background-color: white;
}
Regards,
Eva Kemp.
Hello,
Please try to add this one:
.et-mobile-menu > li > ul li, .et-mobile-menu > li > ul > li a {
background-color: white !important;
}
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.