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

    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

    #419705

    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

    #419803
    This reply has been marked as private.
    #419879

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #419951
    This reply has been marked as private.
    #419953

    Hey!

    Try adding this code to the Quick CSS:

    #top .added_to_cart_notification {
        position: fixed;
        top: auto;
        bottom: 20px;
    }

    Cheers! 
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.