This topic has 5 replies, 2 voices, and was last updated 2 years, 4 months ago ago by mikeb
Hi I’d like to change the fake live view count color including the eye icon so it’s a bit more noticeable. Requesting your assistance.
Hello, @mikeb,
You will find the Fake Live View Product Count functionality under XStore >> Sales Booster: https://postimg.cc/SXXvRkWL
You can read more about it in our theme documentation here: https://www.8theme.com/documentation/docs/sales-booster/
For changing the Product Count Color and Eye Icon, you have to try with the Custom CSS, so can you please share the page URL and the screenshot of that product count and eye icon, so that I’ll check and help you out if possible.
Regards 8Themes Team.
Thank you. Here’s a sample product page:
https://www.meatstation.shop/product/pampangas-best-beef-tapa/
Hello, @mikeb,
1. First of all, please note that the color you will set will apply to the complete sentence not only on the count because the complete sentence is in the single/same div.
Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global Custom CSS and change the color value as per your requirements.
.sales-booster-live-viewing {
color: red !important;
}
2. For changing the Icon, you have to use the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global Custom CSS and change the icon code as per your requirements.
You will find all the icons here: https://xstore.8theme.com/xstore-icons/
.sales-booster-live-viewing i.et-icon.et-view::before {
content: "\e955" !important;
}
Here is the Result: https://postimg.cc/grT78w09
Regards 8Themes Team.
PERFECT! thank you very much!
Tagged: change, color, live view count, templates, woocommerce, wordpress, xstore
The issue related to '‘How to change xstore fake live view count color’' has been successfully resolved, and the topic is now closed for further responses