Home › Forums › WoodMart support forum › Pop up window after add to cart
Pop up window after add to cart
- This topic has 9 replies, 2 voices, and was last updated 6 days, 19 hours ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 23, 2025 at 12:22 pm #632130
joelmellinParticipantHi!
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.
January 23, 2025 at 3:45 pm #632224
Aizaz Imtiaz AwanKeymasterHello,
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
January 23, 2025 at 4:03 pm #632250
joelmellinParticipantIt is this one I meant:
January 24, 2025 at 9:54 am #632392
Aizaz Imtiaz AwanKeymasterHello,
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
January 24, 2025 at 11:26 am #632414
joelmellinParticipantThank 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 8 months, 3 weeks ago by
joelmellin.
January 24, 2025 at 3:29 pm #632505
Aizaz Imtiaz AwanKeymasterHello,
01. Sorry, but there is no option available for that in Theme Settings.
It requires customizations and this is beyond our limitations and support policy.02. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.popup-added_to_cart h3 { font-size: 15px !important; }
Best Regards
October 8, 2025 at 6:08 pm #689741
joelmellinParticipantHello,
After the new update of Woodmart and Woodmart core this fix is not working anymore:
.popup-added_to_cart .close-popup {
display: none !important;
}
.popup-added_to_cart .view-cart {
display: none !important;
}.popup-added_to_cart h3 {
font-size: 15px !important;
}The buttons started to be visible again.
October 9, 2025 at 8:20 am #689785
Aizaz Imtiaz AwanKeymasterHello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-popup-added-cart .close-popup { display: none !important; } .wd-popup-added-cart .view-cart { display: none !important; } .wd-popup-added-cart h3 { font-size: 15px !important; }
Best Regards,
October 9, 2025 at 12:07 pm #689863
joelmellinParticipantThank you, it worked!
October 9, 2025 at 2:16 pm #689892
Aizaz Imtiaz AwanKeymasterHello,
You’re Most Welcome!.
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
This reply was modified 8 months, 3 weeks ago by
-
AuthorPosts
The topic ‘Pop up window after add to cart’ is closed to new replies.
- You must be logged in to create new topics. Login / Register