Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Dear All;
can anyone help me to change the font size in my vantage theme menu?
BR
oguz
Hi S.
Insert the following under Appearance > Custom CSS if you’re running premium or your own custom CSS module like Jetpack Custom CSS if you’re running free:
/* Vantage set menu font family and size */ .main-navigation a { font-size: 14px !important; }Adjust as required.
Dear Andrew;
that worked well. thank you very much. I am using premium
Super; glad we could help.
Thank you for the tip!