Home › Forums › WoodMart support forum › Best settings for WP ROCKET › Reply To: Best settings for WP ROCKET
June 7, 2018 at 8:18 am
#61678
Artem Temos
Keymaster
Here is a CSS code to hide the sale badge
.product-type-bundle .product-image-summary .product-images .labels-rounded .product-label.onsale {
display: none;
}
As for the sticky add to cart, you need to disable it since it will not work correctly for such kind of product.