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].
Hi there,
How do I change the font size for the navigation buttons? I’ve been adding and amending CSS in the Custom CSS but it’s not working?
Web address is mendip.jacobderrick.com
Thanks!
Solved!
Under the custom CSS, type the following code and ammend the font size to your preference:
/* Navigation buttons font size */
.overlap-light .site-header:not(.stuck) .main-navigation div>ul:not(.cart_list)>li>a {
font-size: px;
}
Hi Jacob
Thanks for reaching out and for posting your solution. I hope to have this added to Corp as a setting soon, in the mean-time, it’s great to read you’ve been making progress with a Custom CSS solution.