hello, how to resize the color swatches size ?
on mobile-tablet-desktop ?
site url :
diollo.store
Hello,
Add this code in Theme Options > Theme custom CSS > Global:
.single-product ul.st-swatch-size-large li.type-image {
width: 60px;
height: 60px;
}
Regards
worked only for the image field, i want to all the swatches to be resized
Ok, change the code to:
.single-product ul.st-swatch-size-large li {
width: 60px;
height: 60px;
}
Regards
worked nicely
how i can do it in the shop page the little ones under the title ?
also how to make inline (not above each other) in single product
Hello,
ul.st-swatch-size-normal li {
width: 25px !important;
height: 25px !important;
}
.single-product .et_product-block table.variations tr {
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.