This topic has 4 replies, 3 voices, and was last updated 6 years, 1 months ago ago by Olga Barlow
Hi!
I hope all is well.
I wondered it it was possible to have the Quick View button to show all the time rather than just when you mouse over a product?
Many thanks for help!
Hello,
Please provide us with temporary wp-admin access.
Regards
No worries!
See attached! 🙂
Many thanks!
Hello,
Use the following custom CSS to show the quick view button always (XStore > Theme Options > Custom CSS)
.product-view-default .footer-product .show-quickly {
opacity: 1;
}
.footer-product {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up