How do I change both the slideshow heading text and body text colours?

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!

Hello @strokefdn ,

It’s GemPages support team and glad to support you today.

You could please try adding the below code to the bottom of base.css file

.slideshow__slide .slideshow__text .banner__heading {
 color: #1C256A !important;
}
.slideshow__slide .slideshow__text .banner__text {
 color: #000000 !important;
}

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team