Home › Forums › WoodMart support forum › Change layout | Products archive | Products style › Reply To: Change layout | Products archive | Products style
November 12, 2022 at 4:04 pm
#420604
Aizaz Imtiaz Awan
Keymaster
Hello,
As far as making the Add to Cart text case change, you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-hover-fw-button .add-to-cart-loop span {
text-transform: capitalize !important;
}
If you want all the text in small, then you can change the property here from capitalization to lowercase.
Regarding making the Add to Cart icon to the left, this wouldn’t be possible because this Product Style shows the Add to Cart icon on hover, so right now it won’t be possible to make it already adjust on the left.
This style works like this: it shows Icon on Hover. Hope you can understand.
Best Regards