Color style - by ProShop - on WordPress WooCommerce support

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

  • Avatar: ProShop
    ProShop
    Participant
    June 30, 2020 at 23:35

    https://prnt.sc/t9ftdk

    https://prnt.sc/t9ftlw

    how can i change color and hover color?

    8 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 1, 2020 at 07:17

    Hello,

    1)

    .products-hover-only-icons .product-view-mask .footer-product .show-quickly,
    .footer-product .show-quickly {
        color: red;
        background-color: white;
    }
    .products-hover-only-icons .product-view-mask .footer-product .show-quickly:hover,
    .footer-product .show-quickly:hover{
        color: white;
        background-color: red;
    }

    2)

    .single-product-builder .single_add_to_cart_button.button {
        color: black;
        background-color: red;
    }
    .single-product-builder .single_add_to_cart_button.button:hover {
        color: red;
        background-color: black;
    }

    Regards

    Avatar: ProShop
    ProShop
    Participant
    July 1, 2020 at 09:30

    this styles not working there:

    https://prnt.sc/t9nh98

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 1, 2020 at 09:41

    Dear,

    You can change the style for buttons globally via Theme options. But you asked to do it the mentioned places only, so of course, the custom code will work for places you asked only.
    So now the code should be changed to make it works for the button in Quick view window. Maybe somewhere else also? If so, check settings in Theme Options > Styling > buttons.

    Regards

    Avatar: ProShop
    ProShop
    Participant
    July 1, 2020 at 11:11

    on quick view not working…

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 1, 2020 at 11:17
    .quick-view-popup .button {
        color: red;
        background-color: white;
    }
    .quick-view-popup .button:hover {
        color: white;
        background-color: red;
    }

    Regards

    Avatar: ProShop
    ProShop
    Participant
    July 1, 2020 at 11:53

    not working anytime 🙁

    Avatar: ProShop
    ProShop
    Participant
    July 1, 2020 at 11:58

    done, ty <3

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 1, 2020 at 12:02

    You’re welcome!

    Regards

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

The issue related to '‘color style’' has been successfully resolved, and the topic is now closed for further responses

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