• Resolved jugrnot704

    (@jugrnot704)


    Hello everyone,
    I’m just starting out with wordpress and css, I’ve been doing ok with other themes but I can’t seem to figure out how to change the colors of the headings h1-h6. Here is a link to the website https://www.empiresouthrealty.com
    If you go to the ‘problems we solve’ page the heading h4 is orange and I’d like to change that.
    Could you point me in the right direction please!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to your custom CSS:

    article h4 span {
        color: #000; /* Change hex code to desired color */
    }

    Remember to clear/purge any caching systems you may have installed and refresh the browser.

    Thread Starter jugrnot704

    (@jugrnot704)

    That worked great, thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Real Homes Theme h4 color change’ is closed to new replies.