• Resolved katbrat

    (@katbrat)


    I need to change the header font colors ie h1, h2, h3, h4. They are light grey and it looks terrible on my website. I have tried looking in the css and I think I’m missing it. Any help would be greatly appreciated. THANK YOU!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Howdy –

    Please send a link to your site so we can take a closer look.

    Reviewing the theme demo at https://lodestardemo.wordpress.com/ it looks like this is the code you need to change for the gray h2 text.

    .panel-content .entry-title {
        color: #ccc;

    The #ccc is the gray that you referenced. Just change that color to whatever your preference would be.

    Thread Starter katbrat

    (@katbrat)

    Hi liz,

    Thank you so much. It did fix it for one header, but the main header is still gray. The website is https://www.lowermacungie.org/ and it is the first header if you scroll down that says “PROUDLY SERVING LOWER MACUNGIE & ALBURTIS”

    I’m wondering why it didn’t change that one?

    Thank you.
    Kat

    You can use the following CSS to update that h1

    .site-main .lodestar-intro h1 {
    	color: red;
    }
    Thread Starter katbrat

    (@katbrat)

    This worked! Thank you kindly!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Header Font Color?’ is closed to new replies.