Tagged: mobile header
Hi there,
we just noticed that our mobile header is not working. First of all, the colors are strange (it’s difficult to notice the header menu on mobiles). Secondly, it opens in a very strange way so it covers the whole theme. How can we fix that?
Thanks a lot!
Hey grega165,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency {
background-color: white !important;
}
}
Best regards,
Rikard
Hi there, thanks for that. The header looks much better now. However, if you click on the 3 lines (hamburger) in the top right corner on your smartphone to open your menu, the menu is still unreadable.
How can we fix that?
Thanks!