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

    Hi, after a user adds a product to cart it shows a box with a “continue shopping” button above the cart inside the cart page. How can I make the background of that box to be black and the button to be white?

    Thanks!

    #992682

    Hey DROR,
    Please try this code in the General Styling > Quick CSS field:

    #top div.woocommerce-message {
        border-color: #000 !important; 
        background-color: #000 !important; 
        color: #fff !important; 
    }
     #top div.woocommerce-message a.button {
        color: #000 !important; 
        background: #fff !important; 
    }

    Best regards,
    Mike

    #992883

    Thanks!

    #993195

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change color of the add to cart box’ is closed to new replies.