Add to cart color - by ProShop - on WordPress WooCommerce support

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

  • Avatar: ProShop
    ProShop
    Participant
    June 23, 2020 at 18:43

    i’ve changed color to the dark:
    https://prnt.sc/t55fwk

    in main page and product page add to cart and add to wishlist buttons changed color to all the products.

    then i tried to change back
    https://prnt.sc/t55gtc

    but it is black anytime..

    10 Answers
    Avatar: ProShop
    ProShop
    Participant
    June 23, 2020 at 19:14

    i’ve changed this: https://prnt.sc/t56159

    but can’t find option in customization:
    https://prnt.sc/t560vw

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 24, 2020 at 08:55

    Hello,

    Theme Options > WooCommerce (Shop) > Shop > Products style > Hover Color Scheme

    Regards

    Avatar: ProShop
    ProShop
    Participant
    June 24, 2020 at 09:56

    i can’t find this option there

    https://prnt.sc/t5hrev

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 24, 2020 at 14:40

    Theme Options > WooCommerce (Shop) > Shop > Products style > Hover Color Scheme – http://prntscr.com/t5nlvr http://prntscr.com/t5nm7y
    If it is not what you are looking for, describe the desired result in more detail.

    Regards

    Avatar: ProShop
    ProShop
    Participant
    June 24, 2020 at 21:16

    i want to change to red color

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2020 at 13:20

    Like this – http://prntscr.com/t69cbi ?
    Use the next custom CSS code –

    .footer-product .button,
    .footer-product .show-quickly, 
    .footer-product .et-wishlist-holder {
        background-color: #c62828;
    }
    .footer-product .show-quickly:after, 
    .footer-product .et-wishlist-holder:after {
        border-color: white;
        opacity: 0.2;
    }

    Regards

    Avatar: ProShop
    ProShop
    Participant
    June 25, 2020 at 14:12

    yes, but how change hover? or color of padding?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2020 at 14:16
    .footer-product .button:hover,
    .footer-product .show-quickly:hover, 
    .footer-product .et-wishlist-holder:hover {
        background-color: red;
    }

    Regards

    Avatar: ProShop
    ProShop
    Participant
    June 25, 2020 at 14:45

    https://prnt.sc/t6b9id

    which color is this? and how to change?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2020 at 15:53
    .footer-product .show-quickly, .footer-product .et-wishlist-holder {
        border-color: #ffffff33;
    }

    Regards

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

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

Helpful Topics

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