This topic has 11 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
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..
i’ve changed this: https://prnt.sc/t56159
but can’t find option in customization:
https://prnt.sc/t560vw
Hello,
Theme Options > WooCommerce (Shop) > Shop > Products style > Hover Color Scheme
Regards
i can’t find this option there
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
i want to change to red color
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
yes, but how change hover? or color of padding?
.footer-product .button:hover,
.footer-product .show-quickly:hover,
.footer-product .et-wishlist-holder:hover {
background-color: red;
}
Regards
which color is this? and how to change?
.footer-product .show-quickly, .footer-product .et-wishlist-holder {
border-color: #ffffff33;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up