Hi, I’m using the Dawn theme and I’m wanting to change the colour of both the slideshow heading text and body text by pasting in a code to the bottom of the base.css file. I want to change the heading colour to #1C256A and body text colour to #000000
NOTE: I can’t share the page URL because it is still unpublished.
So far all I’ve found is this code:
h2.banner__heading.h1 {
color: #1C256A;
}
But this code changes both of them to the same colour.
Any help is appreciated.
Thanks!