• Resolved davidthewright

    (@davidthewright)


    I’m currently working on a project: davidthewright.com

    I am having issues changing the header text color to white. I’ve tried a number of times using the built-in option: Appearance –> Colors –> Header Text Color … but it keeps reverting to the default gray color when I view the page online.
    I have also tried adding a property to h2 in the CSS: color: #ffffff , but that hasn’t worked either.

    Any help would be very appreciated. Thank you so much!

    https://wordpress.org/themes/intergalactic/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there davidthewright,

    How are you doing today?

    I’ve checked your site and I’m seeing your code being overwritten by the one added to site-description class. You should be able to change that with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    h2.site-description {
      color: #fff;
    }

    If the code doesn’t work please keep it added and let me know so I can take a look.

    Please let me know if this helps 🙂

    Best regards,
    Bojan

    Hi davidthewright – there appear to be some crossed wires in the Customizer, I’m going to report this to our developers so they can have a look. Thanks for letting us know.

    In the meantime, try Bojan’s CSS workaround above and let us know if that works.

    Thread Starter davidthewright

    (@davidthewright)

    Bojan, your solution worked perfectly! Thank you so much.

    Kathryn, no problem. Glad my confusion could be of some use!

    Glad that helped 🙂

    Have a great day!

    Cheers,
    Bojan

    New version of Intergalactic has just been submitted, so stay tuned for the update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to Change Header Text Color’ is closed to new replies.