Tagged: menu font size
Quick CSS doesn’t work for menu. Also after flushing my cache.
/* menu font size */
#header_main .avia-menu-text {
font-size: 22px!important;
}
Hey sailing_cat,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
font-size: 16px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Strange: Doesn’t work for me. Even after flushing cache.
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#avia-menu li a .avia-menu-text {
font-size: 22px !important;
}
If this doesn’t help, please include an admin login in the private content area so we can check for a rouge bracket or comma in your css causing the error.
Best regards,
Mike
OK. That works. Thank you.
Hi sailing_cat,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria