Solved

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

Shivam97
Trailblazer
165 0 63

Hi,

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

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

blllac.PNG

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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

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

Thank You.

View solution in original post

Reply 1 (1)

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

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

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

Thank You.