Change color of overlay text individually

Hi,

i would like to change the color of the overlay text from the video on my home page without changing the color of other texts.

astonboo.shopify.com is the store link and the pw is glawlt

@Vasabi

Please add the following code at the bottom of your assets/theme.css file.

shopify-section-1630068489dccffda0 .video__title {
    color: red !important;
}

Thanks!

hello @Vasabi

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-1630068489dccffda0 .video__title {
    color: #2b2727 !important;
}