How to I change the colour of the text on a background video with text overlay?

I have two sections with a background video + text overlay. In one section I need the text to be white and the other section green. How do I edit the code to change the colour? See images attached.

In the image with the white highlighted text I need the text to be green.

In the image with the dogs I need the text to remain white.

Please help!

hello @CatV

can you lease share your page preview url

https://rofn3btfkvrs14d9-58100973753.shopifypreview.com

here is the link

hello @CatV

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.shopify-section.section-background-video .overlay__content .line-1 {
    color: #09684e !important;
}
1 Like

It changes the text on both overlay videos, I need it to change only one section to white.

Thank you so much for helping!

@Kinjaldavra The code works but it changes the text colour on both overlay videos. I need it to change only one section.

One overlay video is green text and the other is white text.

Please help! Thanks :slightly_smiling_face: