Hi guys,
I found on the forum, this css code to change font mobile style:
@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: 18px;
text-transform: uppercase;
}
Initially works ok on mobile, but in desktop it changes hover images site styles and modify width container.
I need the code to modify just menu mobile font style.
Can you help me with this please?
Hey enfold,
There’s nothing in that CSS which would effect images and container width. Did you try closing the media query properly?
@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: 18px;
text-transform: uppercase;
}
}
Best regards,
Rikard