Viewing 1 reply thread
You must be logged in to reply to this topic.
How to remove the swatch label on the shop page? I want to just leave the color swatch.
In the original theme I saw that this is possible, but I did not find a way to disable variations on the shop page.
And also when I activate the hover in the products, some strange things appear in the background while hovering the mouse.
Demo: https://www.tazani.com.br/
Single product with photo
Hello,
Just added on update list:
Make this little fix for now: css/codeless-woocommerce.css
Go to 2558, find this
.shop-products .product_item .cl-thumb-wrapper .tawcvs-swatches[data-attribute_name="attribute_pa_size"]{
display:none
}
replace with:
.shop-products .product_item .cl-thumb-wrapper .variation-select-label.hidden + .tawcvs-swatches{
display:none;
}
You must be logged in to reply to this topic.