Tagged: menu, mobile menu
I’ve set the standard browser top menu to white and there’s not problems in the design. But when I scale down to mobile view I can see that a white header appears and that the compiled white menu isn’t visible (as it is also white). I’ve tried different settings, but can’t figure out how I remove the white header appearing in mobile view or the change the color of the compiled menu icon on mobiles only. What do I do?
Hey Thomas,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span,
.responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a,
.header_color .phone-info a,
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
color: #666;
border-color: #ccc;
}
}
If you need further assistance please let us know.
Best regards,
Victoria