Hi,
i am working on following website.
http://www.payday-loanrefunds.co.uk
The mobile menu is very small, I would like to change the colour and the font size for the mobile menu.
Can I also insert an image as a background of mobile menu.
I don’t want the desktop menu to be affected by this change.
Your help will be appreciated.
Hey projectt_co_uk,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
just change the color and font size for mobile menu, and replace http://mydomain.com/image.jpg with your image’s link.
@media only screen and (max-width:767px) {
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
font-size: 36px;
color: white !important;
}
#top .av-burger-overlay-inner {
background-image: url('https://mydomain.com/image.jpg');
}
}
Hope this helps :)
Best regards,
Nikko