Hello, may I know how to change the black bg colour of this quicview button?
I tried dark button style but then the whole site become dark.
Thank you
This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
Hello, may I know how to change the black bg colour of this quicview button?
I tried dark button style but then the whole site become dark.
Thank you
Hello,
What color do you want to get?
Please provide URL of the page.
Regards
#007203
Try to use the next custom CSS code:
.footer-product .show-quickly,
.footer-product .button {
background-color: #007203;
}
.footer-product .show-quickly:after {
border-color: #007203;
}
.footer-product .show-quickly:hover,
.footer-product .button:hover {
background-color: rgba(0, 114, 3, .8);
}
Regards
The issue related to '‘Quickview button colour’' has been successfully resolved, and the topic is now closed for further responses