Hello! Thanks for your good support! I would like to increase the font size of the mobile menu items. I tried to add this to the quick css:
#avia-menu a .avia-menu-text{
font-size:30px!important;
}
as suggested here, but it did not work, even though I cleared cache in browser and WP Super Cache.
Hey guttogjente,
Add this to quick css:
#av-burger-menu-ul li .avia-menu-text{
font-size:30px!important;
}
Best regards,
Jordan Shannon
Thanks, I added it (first in Quick CSS and then in my child theme css-file), but it does not seem to work, even though I cleared cache in browser and WP Super Cache.