How to change attribute-label's size
-
As I showed in the pic below, all these labels are too large, how can I adjust it?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL with the label, I will give CSS to make them smaller, however, they can get not be enough visible.
Unfortunately, it is not possible to insert them into the place you show.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label {
min-width: 30px;
max-width:30px
}
You can set any width just by changing the 30px value.
Best Regards