Menu Fonts
Have tried all your forum advice but no success.(I did with the masterhead). I’m trying to increase the font size on the menu all pages eg. Home, Cart, Checkout, Shop, Contact us. My url is www.nzfes.co.nz. If you could suggest code to add would be greatly appreciated. I have Vantage premium.
regards,
Pat
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Pat
Insert the following under Appearance > Custom CSS and edit as required:
/* Vantage Set Menu Font Size */ .main-navigation { font-size: 16px; }Should do the trick.
Andrew this is what I put into custom css.
header#masthead {
background-repeat: no-repeat;
background-position: top center !important;
background-size: 1690px;
header#masthead hgroup .logo img {
width: 1080px;
.main-navigation {
font-size: 20px;
}
If you look at the website no change.
Have tried this code from the forums.
Thought it may of been something I’m doing wrong.
Is there any way of making the masterhead background responsive to different screen sizes.
Thanks
Pat
Hi Pat
Doesn’t look like you’re closing your selectors. Each open curly bracket needs a matching close curly bracket.
header#masthead { background-repeat: no-repeat; background-position: top center !important; background-size: 1690px; } header#masthead hgroup .logo img { width: 1080px; } .main-navigation { font-size: 20px; }Thanks Andrew that did the trick greatly appreciated.
Regards
Pat
Super, glad that helped.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.