How can i change colour of the font of the banner image

Hi,

How I can change the colour of font of white to black on the banner image.

Link - https://ghu99nfcd2qzt3jk-29909680261.shopifypreview.com/

hii, @Shivam97
Paste this code on top of the theme.css file.

.hero__text-shadow {
    color: black !important;
}

Thank You.

1 Like