Hi, I’m new to Wordpress and feeling my way around in setting up a new site.
Using the Sparkling theme, I can’t find where to change the font size & colour for the page menu.
Can anyone assist ?
Cheers,
Simon
Hi, I’m new to Wordpress and feeling my way around in setting up a new site.
Using the Sparkling theme, I can’t find where to change the font size & colour for the page menu.
Can anyone assist ?
Cheers,
Simon
Hi Simon,
I hope you are well today and thank you for your question.
You can change the menu font color from the following path in the admin area of your site.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Header
You can change the font size of the menu by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
.navbar-default .navbar-nav > li > a {
font-size: 14px;
}
Change the font size in the above code to whatever you want to set.
Best Regards,
Movin