How to make Swatches Bigger?
-
How to make Swatches Bigger on shop/category archieve?
Attachments:
You must be
logged in to view attached files.
Hi hendrikdobbert,
Sorry for this delay in answering. I have a lot of requests these days, I apologize in advance and hope for your patience.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
Hi hendrikdobbert,
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.product-wrapper [class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:after{
font-size: 14px;
}
Regards,
The Image Swatches are still the same size as before. Maybe I done it wrong?
Hi hendrikdobbert,
Remove previous code and use below one
.product-grid-item.product .product-wrapper{
padding: 5px;
}
.wd-swatches-grid .wd-swatch{
height: 1.4em;
width: 1.4em;
}
Regards,
Hi hendrikdobbert,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘How to make Swatches Bigger?’ is closed to new replies.