Hide the Fake Sale Popup on selected pages

This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Awais Ahmed

  • Avatar: Luis_Salazar_Matinella
    Luis Salazar Matinella
    Participant
    July 28, 2022 at 01:34

    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

    1 Answer
    Avatar: Awais Ahmed
    Awais Ahmed
    Participant
    July 28, 2022 at 06:36

    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.