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].
How do I change the menu font size in Vantage Premium? I looked in the “Customize/Fonts” but it’s not there.
Thanks,
Lynne
Hi Kdm-site
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
You can change the size in px to achieve desired size
Cheers
Thank you. I was using the wrong code — I used: .
main-navigation {
margin: 0 -35px;
background: #343538;
font-size: 20px;
position: relative;
/* Font awesome icons */
/* General menu link styling */
/* For when the menu becomes a sticky menu */
What is this (incorrect) code ‘handling’?
Also, I added font-weight: bold; to your code and while I got the size I want the text didn’t change to bold. Any suggestions. I’d like to change the color too.
Thx.
Try this
Alternatively here is a guideon how to customize the menu. Please have a look
Link: https://siteorigin.com/vantage-documentation/customizations/menu/
Cheers
Thx!
~Lynne
Perfect :-)
Always feel free to open a new thread whenever you require support
Cheers