Hi,
How I can change the colour of font of white to black on the banner image.
Link - https://ghu99nfcd2qzt3jk-29909680261.shopifypreview.com/
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.