This topic has 6 replies, 2 voices, and was last updated 4 months ago ago by Luca Rossi
Hi,
I have two problems.
Q1, I want to change the Fake Sale pop-up icon. I tried to change the number, but it is not working.
Q2, How do you edit this notice border, border colour, background colour and text colour on the cart page?
How do I do?
Thank you.
Hi @Sam,
1. Leave it empty to remove the default icon, after that try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
#sales-booster-popup .sales-booster-popup-inner > div > span.heading {
background: url(https://d1nhio0ox7pgb.cloudfront.net/_img/g_collection_png/standard/64x64/shopping_cart.png) left center no-repeat;
background-size: contain;
}
2. Please add this custom CSS codes also:
body .woocommerce-message {
border: 1px solid #f00;
color: #f00;
background-color: #f0f0f0;
}
Best Regards,
8Theme’s Team
Thank you very much.
Both codes are working.
But, the Fake Sale pop-up icon overlaps the text.
Please help me.
Thank you.
Hi @Sam,
Please try the previous #1 CSS code to this:
#sales-booster-popup .sales-booster-popup-inner > div > span.heading {
background: url(https://d1nhio0ox7pgb.cloudfront.net/_img/g_collection_png/standard/64x64/shopping_cart.png) left center no-repeat;
background-size: contain;
padding-left: 30px;
}
Hope it helps!
Hi,
This code is working.
Thank you very much.
Glad we’re able to help.
Best Regards,
8Theme’s Team
The issue related to '‘I want to change the Fake sale pop up icon. How do I do?’' has been successfully resolved, and the topic is now closed for further responses