VW Industrial Pro – Header/Menu Font Size
-
Hi,
Thank You for choosing us!
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
#header .logo img {
max-height: unset;
width: auto;
}
.main-navigation a {
display: block;
text-decoration: none;
text-transform: none;
margin: 0px 10px;
font-size: 18px;
color: #ffffff;
font-family: “Nunito Sans”;
font-weight: 600;
padding: 5px 0px;
}
If you need further assistance or clarification please let us know.
Thank You.
Would it be possible to extend the length of the header to the full width of the page?
URL: http://www.qtoolservice.com/qts
Hi,
kindly please send this to support@vwthemes.com so that we can help you.
Many thanks!
Hello, I have VW Startup Pro, and since upgrading to newer version the menu font is now extremely small and an odd font that does not match the rest of the site standard font. I tried the CSS code you provided above, but it didn’t do anything. Dev site is https://hastingsfcu.tempurl.host/
Hi,
To change font size,
Navigate to Dashboard >> Appearance, Personalise >> Further CSS >> Add the provided CSS there >> Publish.
.side-navigation a {
font-size: 16px !important;
}
Thanks
- You must be logged in to reply to this topic.