Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1051054

    I am trying to change the color of the Green “product has been added to cart message” with woocommerce. I have tried some of the solutions mentioned in previous support tickets but they aren’t working. Is there a way to do this? `#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;
    }

    `

    #1051070

    Hey isaaccolavecchio,

    I addressed this in the duplicate thread….

    Best regards,
    Jordan Shannon

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