Font change in navigation bar help
-
Hello,
I have been asked, nay dumped with looking after the following site –
Using the following plugin, WordPress Google Fonts v3.1.4, I have changed the font throughout the site to ‘ poppins ‘ I am happy with how it looks.
However, on the home page, the font within the navigation bar has not changed to poppins.
Maybe I need to edit code to fix this – I am happy to have a bash – can anyone give me a pointer or two ?
That’s it, if I can change the font I will be happy.
Thanks.
Mike
-
This topic was modified 9 years ago by
mjscarroll.
-
This topic was modified 9 years ago by
-
remove font-family from
style.css
line 507#site-navigation .menu li a {
color: #ddd;
display: block;
font-size: 14px;
font-family: corporate-a; -remove this line
letter-spacing: 1px;
padding: 11px;
text-decoration: none;
text-transform: uppercase;
}hope this will make you happy
-
This reply was modified 9 years ago by
Bikram Singh.
Hello,
Thanks for the quick reply.
The line ‘ font-family: corporate-a;’ now removed from style.css
Refreshing the pages & reapplying poppins font from the plug in has not allowed the change to take effect to text in the navigation bar.
I tried another font via wp google fonts – that changed the font across the whole of the site with the exception of text within the navigation bar
Maybe the style (ajaira ) does not allow wholescale font changes ?
Any further suggestions ?
Thanks.
Hello,
I fixed the issue after a bit more research.
After making the change to the style.css I should have deleted the browser cache then refreshed the page. This was done.
The change to the font in the navigation bar then loaded as expected.
Thanks to Bikram Singh for his quick help !
you are welcome 🙂 mark the question as solved.
solved
-
This reply was modified 9 years ago by
The topic ‘Font change in navigation bar help’ is closed to new replies.