Slideshow - changing the heading and sub-heading text to a different color

I need help changing the heading and sub-heading text to a different colour on mobile only for my slideshow. My theme is taste. Thank you

Im sorry I just realised I need it changed on the desktop too. When writing is over image nothing seems to change the text colour

Hi @jay113

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.isolate .image-with-text__heading {word-break: break-word; margin-bottom: 0; color: #f00 !important;}

.isolate .image-with-text__text p {color: #000 !important;}

Note: You can change the color yourself anytime just change the code of color like #000 to #ccc

Regards,

San

Thank you for your help. It isn’t an image with text, its the slide show text while overlaying the image that I need to change the text color on please

@INA_MSWEB