How can I remove an auto discount banner?

I set up a top banner that after like 15 seconds on the page pops up and offers a discount. Now, i cant find the spot to remove it. Anyone know where it might be?

Thank you,

Paul

@GreenEyeOpen

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://on-the-minds.myshopify.com/

Thank you

1 Like

@GreenEyeOpen

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
body.with_cb5lp1lqkl0xl40dt .cb5lp1lqkl0xl40dt {
    display: none !important;
}
body.with_cb5lp1lqkl0xl40dt {padding-top: 0 !important;}

Thank you for your help that had been driving me crazy.

Paul Gover

1 Like

@GreenEyeOpen

thanks for update if you need help let me know