Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1051055

    How do I change the color of the ‘product has been added to cart pop up in woo commerce?

    I have tried these suggested solutions.

    Thanks!

    #header_main .added_to_cart_notification { background-color: black; color: white!important; }

    #header_main .added_to_cart_notification * { color: white!important; }

    #top #wrap_all div.woocommerce-message {
    border-color: black;
    background-color: darkgray;
    color: white;
    }

    #top div.woocommerce-message a.button {
    color: #fff!important;
    background: rgba(0,0,0,0.2)!important;
    }

    #1051068

    Hey isaaccolavecchio,

    Try adding !important to your values above. For example:

    #top #wrap_all div.woocommerce-message{
    background:red!important;
    }

    Best regards,
    Jordan Shannon

    #1051468

    After updating the site to the newest version of enfold everything works.

    Should have tried that first…

    sorrY!

    #1051554

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce Product has been added to cart.’ is closed to new replies.