Home › Forums › Jevelin Theme › Hide cart from shop page
Home › Forums › Jevelin Theme › Hide cart from shop page
Hey!
How to hide cart from shop page? Next to More information text.
Hi there,
Please try following CSS snippet bellow (you can place it here – Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code )
.woocommerce ul.products li.product .add_to_cart_button.product_type_variable:after { display: none!important; }
Let us know if that works. 🙂
Best regards,
Shufflehound team