• Resolved mjscarroll

    (@mjscarroll)


    Hello,

    I have been asked, nay dumped with looking after the following site –

    https://www.louisawade.co.uk

    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 7 years, 10 months ago by mjscarroll.
Viewing 5 replies - 1 through 5 (of 5 total)
  • 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 7 years, 10 months ago by Bikram Singh.
    Thread Starter mjscarroll

    (@mjscarroll)

    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.

    Thread Starter mjscarroll

    (@mjscarroll)

    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.

    Thread Starter mjscarroll

    (@mjscarroll)

    solved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font change in navigation bar help’ is closed to new replies.