Hello,
how can I make the cart popup message (ie. ‘Product X has been added to cart’) to be displayed on the botttom right (or even better the center of the screen)? Also, what is the CSS class to customize it?
Thank you
Hey Aristidis!
Thank you for using Enfold.
Can you please provide a screenshot of the pop up? Or a link to the website. The only notification that should display when you add a product to the cart is the default woocommerce message, not a pop up.
Best regards,
Ismael
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#top .added_to_cart_notification {
position: fixed;
top: auto;
bottom: 20px;
}
Cheers!
Josue