• I’d like to change the font on my header.
    How do I do that?
    And, aside from that, although on my dashboard the text in the header is white (the way I want it) it is black on the actual published site.
    What to do? Thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Ahulani,

    How are you today?

    You should be able to change the font for your primary navigation if that is what you’re referring as font in the header with some custom CSS. To do that please try adding the following code to your site by using plugin such as this one: https://www.ads-software.com/plugins/simple-custom-css

    Once the plugin is installed and activated you can add this code to Appearance -> Custom CSS:

    .primary-navigation a {
      font-family: "Times New Roman", Georgia, Serif;
    }

    Replace the font family with the one of your choice. You can find more info about web safe fonts here https://www.w3schools.com/cssref/css_websafe_fonts.asp.

    As for them being black can you please post link to your site so I can take a look?

    Best regards,
    Bojan

    Thread Starter Ahulani

    (@ahulani)

    Such great help, Bojan! Thank you. Here is my website: https://www.shiningourlightonearth.com
    As for the black, it disappeared! I don’t know what I did, but it is no longer a problem. I still haven’t tackled changing the font as other more pressing things have come up, but I am sure if I follow your advice, I’ll get there.
    Thank you again for taking the time to help and to be so clear that I thinkI can figure out where to put the code.
    Ahulani

    Hey Ahulani,

    Glad I could help ??

    Please let me know if you run into any issues with changing the font of your site title. If the code for any reason doesn’t work please make sure to keep it added and let me know so I can take a look.

    Have a nice day.

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Madeini- Changing Header color and fonts’ is closed to new replies.