This topic has 2 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
Hello,
Demo; https://xstore.8theme.com/elementor/demos/niche-market02/shop/
How can we change the color of the
2) the quick shop button which appears once you hover over the product
I cannot seem to locate these on the Theme options
Thanks
Hello, @IP,
The thing is from the theme settings you can enable/disable the quick view and you can make the settings of the content appear in the quick view. But to change the quick view button style you can make it using custom CSS code.
Go to the Dashboard >> XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and then paste the below code at the bottom of the CSS box there.
.product-view-default .footer-product .show-quickly{border-color:green !important; background:blue !important; color:red !important;}
Then save settings and check back to your site after clearing the browser cache.
Note: In the above code the word “green” is the border color, the word “blue” is the background color, and the word “red” is the text color you can change it with you want.
Regards 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up