Changing colour of site heading and sub heading

J Started by Jayde · May 17, 2018 at 9:35 am · 1 reply 1 voice Last reply 8 years, 2 months ago
J
Jayde Original poster Member
#1

Hi, I want to change the colour of the site heading and sub heading to black as my background image is very light (purposely).
I’ve checked through my theme colours and white is now where to be seen so I have no idea how to change it. Is there a code I can add into the additional css to make the change I need?

ST
Spiracle Themes Original poster
#2

Hi Jayde,

Try the CSS below

.slide-bg-section h1,
.slide-bg-section,
.slide-bg-section .read-more a {
color: #000 !important;
}

Copy and paste this in Appearance -> Customize -> Additional CSS
Let us know if this works

Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Changing colour of site heading and sub heading

By posting, your reply becomes public (unless marked private).