This topic has 2 replies, 2 voices, and was last updated 2 years, 3 months ago ago by Awais Ahmed
Hi, team
The Fake Sale Popup is a good element, i am using whit a real sales.
The problem is i need to hide on the checkout page, because I have received complaints from clients that it bothers them when they put their data
is possible ?
regards
Hello, @Luis Salazar Matinella,
Unfortunately, there is no such option to hide/remove that Fake Sale Popup on specific pages in our theme, so you should have to go with the Custom CSS, Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global Custom CSS and check back your site after removing the browser cache.
.woocommerce-checkout #sales-booster-popup {
display: none !important;
}
Regards 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up