Changing colors of buttons in added to cart pop up

This topic has 2 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler

  • Avatar: anthonysceam
    anthonysceam
    Participant
    February 20, 2022 at 10:42

    Hello,

    I need to change the colors of the buttons in the pop-up that comes up once an item is added to a cart. I think these colors will change in the master color settings but I’d like only these buttons to be a different color.

    Screenshot: https://gyazo.com/ccec7ee57d1979d9c1f1cf06b727ddf9

    Thanks for always answering my dumb questions! Appreciate it.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 20, 2022 at 14:12

    Hello,

    Try to add the next code in Theme options > Theme custom CSS:

    .popup-added-to-cart .btn {
        color: red !important;
        background-color: #2a2a2a !important;
    }
    .popup-added-to-cart .btn:hover {
        color: #2a2a2a !important;
        background-color: red !important;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.