Text is too transparent on Image Banners - Sense Theme

Running into a small issue while using the Sense theme. Our subtext on the Image Banner section is always somewhat transparent, making it difficult to read on desktop. See image below.

All of our colour settings are good…should be white text. Heading text looks just fine too. Just the pesky subtitle text is dim.

How can we fix?

Thanks

Hi @heythatsmyglass

Please add this CSS code at the bottom of your base.css file

.banner__text { color: #fff !important; }

Hey @heythatsmyglass

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

@heythatsmyglass

Can you please provide the store URL?

@heythatsmyglass

You can use the text overlay using custom css.

Hello @heythatsmyglass

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Awesome! That code worked great, and I was able to add it to the section Custom CSS rather than the base, which made things simpler and cleaner.