This topic has 8 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Robert Hall
Ok after reading many of these post and responses. I have been able to add some custom code that somewhat fixes the issue but not all the pages.
Here is the code that I have used:
@media (max-width: 767px) { .mobile-nav-shown .mobile-nav {
background-color: white;
}
.side-block .close-block {
color: #000;
background-color: #FFF;
} }
.et-mobile-menu li > a {
background: none repeat scroll 0% 0% white;
}
.et-mobile-menu li .open-child {
background-color: #FFF;
}
Please let me know what I need to do to make the mobile menu background white on all pages…
Hello,
Please add this code in custom.css file:
.side-block .close-block, .mobile-nav {
background-color: white !important;
}
Regards,
Eva Kemp.
Ok here is what we have now…
————————————————————–
LEGENDA – 8theme WordPress theme: default.custom.css
————————————————————–
@media (max-width: 767px) { .mobile-nav-shown .mobile-nav {
background-color: white;
}
.side-block .close-block {
color: #fff;
background-color: #FFF;
} }
.et-mobile-menu li > a {
background: none repeat scroll 0% 0% white;
}
.et-mobile-menu li .open-child {
background-color: #FFF;
}
.side-block .close-block, .mobile-nav {
background-color: white !important;
}
——————————————————–
Still black on shop page and on sub menu..HELP me Help me..lol
Hello,
You must rename default.custom.css to custom.css in wp-content/themes/legenda directory and enable Custom CSS option in Theme Options > Custom CSS.
Regards,
Eva Kemp.
Ok I’ve done that and it’s still black on the mobile shop page..
Hello machineland,
please provide us with admin credentials for your site in Private content so we will be able to investigate this more deep.
Regards,
Stan Russell.
Mobile menu shows black on shop pages….
Hello,
I’ve added this code in custom.css. Please check.
.et-mobile-menu > li > ul > li a {
background-color: #fff;
}
.et-mobile-menu > li > ul li {
background: #fff;
}
.et-mobile-menu li.over > a {
color: #000;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up