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.
ul#menu-menu-1 { font-size:15px!important; }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
#header-sidebar .widget_nav_menu ul.menu > li > a { /*replace red with the color of your choice*/ color: red!important; /*to change how bold it looks adjust the font-weight number*/ font-weight: 600!important; }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