Hi,
I’m using the side bar menu, and I’m unable to change the font styling. I tried to do so both globally and in advanced settings – but could not. I’m trying to get open-sans reg 13 pt.
Thanks
Hey richardweisskopf,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
font-family: serif;
}
Change ‘serif’ to the font you wish to use.
Best regards,
Jordan
Perfect – thank you.