Archived topic
Font size doesn't change on primary navigation
3 replies · Started by David on June 21, 2018
Hello,
I have a font size problem with my navigation bar.
Every time change the font size on the customization section,
nothing happens to the font size even after publishing.
What could be the reason for this issue and how do I solve the problem?
Many Thanks
Hi there,
You have this CSS added which is setting it to 15px:
.main-navigation a,
.menu-toggle {
font-weight: normal;
text-transform: none;
font-size: 15px;
}
Remove that then the customizer should work again.
Hi Leo,
Where is it located?
I've check under additional CSS and their isn't anything there and the style sheet as well.
Many Thanks
Hi there, this should help, that @import in your child theme style sheet is breaking the customsier