Hi,
I am using the theme prestige and was wondering if anyone knows how to make the ad to cart button letters uppercase. Right now they are lowercase and i do not know how to change this.
Any help would be appreciated!
Hi,
I am using the theme prestige and was wondering if anyone knows how to make the ad to cart button letters uppercase. Right now they are lowercase and i do not know how to change this.
Any help would be appreciated!
Hello @dilara1 ,
.ProductForm__AddToCart {
text-transform: uppercase;
}
Thanks
You could try placing this code at the very bottom of theme.scss.css
.ProductForm__AddToCart{
text-transform: uppercase;
}