Change layout | Products archive | Products style
-
Hello,
I like very much one of the existing option. Please see picture 1 (attached), what I choosed.
Now, the layout in my store is like in picture 2 (attached)
I need please your support to add the basket logo in the left of the button, like in picture 3 (attatched)
(and if is possible to not caps lock this text).
Thank you!
Alin
Attachments:
You must be
logged in to view attached files.
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