Home Forums WoodMart support forum Pop up window after add to cart

Pop up window after add to cart

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #632130

    joelmellin
    Participant

    Hi!

    Could you help me in removing the buttons on the pop up that is showing after something is added to cart? I only want to show the text that it had been added to the cart. I don’t want the button “continue shopping” or the button “view cart” to be visible.

    #632224

    Hello,

    I visited your website and added a product to my cart; however, I did not notice the buttons in the shopping cart widget area.

    So please share some screenshots where you want to make changes in category pages. so I can better understand your issue? This will help me guide you more effectively.

    Best Regards

    #632250

    joelmellin
    Participant

    It is this one I meant:

    https://snipboard.io/vtoaJ8.jpg

    #632392

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .popup-added_to_cart .close-popup { 
        display: none !important; 
    }
    .popup-added_to_cart .view-cart {
        display: none !important;
    }

    Best Regards

    #632414

    joelmellin
    Participant

    Thank you, that worked.

    Is it possible to also adjust the time to 1500 ms instead of either 1000 or 2000 as it is now in the settings?

    Is it also possible to make the text a bit smaller?

    https://snipboard.io/J82mHL.jpg

    • This reply was modified 2 hours, 40 minutes ago by joelmellin.
Viewing 5 posts - 1 through 5 (of 5 total)