Tagged: mobile menu
I have searched the threads and can’t figure out how to change the background of the dropdown menu – mobile only. Please help. Thank you.
My site is http://www.primalyourlocalbutcher.com/
I am happy with the way the menus look on desktop. Mobile is the only problem.
Hey khickok,
Please, can you send a screenshot about your issue?
Best regards,
John Torvik
Link to photo in Google Drive – https://photos.app.goo.gl/uNpE3EV97P29wqWv2
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.av-burger-overlay{
opacity:1!important;
}
}
Best regards,
Jordan Shannon
The code works! Thank you.
One more small thing. The same thing happens on mobile when you press the search icon. Is there code I can add to fix that too?
Thank you!