Home Forums Basel support forum Remove ADD To CART button on pop-up

Remove ADD To CART button on pop-up

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #57883

    tritone
    Participant

    Is it possible to remove the ADD TO CART button from the shop pop-up only?
    I have required fields on my products and I get an error when I use the button in the pop-up.

    Ideally I would like the ADD TO CART button to have the same behavior as the VIEW DETAILS button,
    i.e. goes to the product page. But if I can only remove it from the pop-up that will work too.

    Attachments:
    You must be logged in to view attached files.
    #57903

    Hello,

    Do you mean quick view popup? Please provide your site link and access, we shall provide you with custom CSS

    Best Regarsd

    #57926

    tritone
    Participant

    Yes I did mean the quick view popup on my shop page. Link enclosed.
    Thank you

    #57998

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .popup-quick-view form.cart {
    	display: none;
    }

    Kind Regards

    #58104

    tritone
    Participant

    Worked! Thanks.

    Best Wishes

    #58109

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Remove ADD To CART button on pop-up’ is closed to new replies.