Hi –
The background color is black on the hamburger menu when I hover or choose something on mobile or tablet views.. How do i make it white?
Also, how do I edit the phone number at the bottom to not show up on mobile or tablet?
Thanks!
Hi Oliviasimone!
I tried your web site on my iPad and could not locate the issue.
can u please let us know which size u seen that happening?
Best regards,
Basilis
On any phone it occurs, and when you resize your browser on a desktop to fit into different media query sizes. There is also the phone number showing up in a larger text and color, and I need it to be the same as the other options on the menu.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a#advanced_menu_toggle:hover {
background-color: white!important;
color: black!important;
}
Regards,
Yigit
Hi Yigit-
That code actually changes the background color on the desktop version, and only changes the text background color, not the entire wrapper section.