Hide cart from shop page

Home Forums Jevelin Theme Hide cart from shop page

Home Forums Jevelin Theme Hide cart from shop page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • vesna
    Participant

    Hey!

     

    How to hide cart from shop page? Next to More information text.

     

    https://planetaoptica.com/product-category/eyeglasses/men/

    Shufflehound
    Moderator

    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

Viewing 2 posts - 1 through 2 (of 2 total)