Hello,
1. With the help of the below code you can hide the “Sale” label. Enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.product-grid-item .onsale.product-label {
display: none;
}
2. You can disable these buttons via Theme Settings, or rather the “Compare” button can be disabled via Theme Settings -> Shop -> Compare -> turn off the “Show button on product grid” option.
https://gyazo.com/97896968b7e4a055b6e634587e7ee557
The “Wishlist” button is also via Theme Settings -> Shop -> Wishlist -> Show button on products in loop.
https://gyazo.com/64e7f59c1278423a697bb8d7821031dc
The “Quick view” button, you can hide by disabling the “Quick view” option via Theme Settings -> Shop -> Quick view.
https://gyazo.com/f2a0a5bff3edb1879ead415abf572f60
Kind Regards
-
This reply was modified 2 years, 3 months ago by Luke Nielsen.