Changing colour of site heading and sub heading
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?
Replies (1)
-
May 17, 2018 at 9:35 am
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? -
May 18, 2018 at 3:23 am
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 worksRegards