How can I remove text above header on every page

I’m trying to get rid of a block of text above the header that was meant to be temporary, but I can’t find where the developer put it. I already tried solutions from another post, but I have no base.css in this theme to force hide the qab_container, and even though I tried to carefully go thru and check each of over 250 liquid files, looking for “qab_container”, I didn’t find anything.

The site is frugalbookstore.net, and the attached pic shows the banner about temporary delays above the header section

Thanks for any suggestions!

Hey @JBICBV ,

Try this :blush:

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

1 Like

Wow! Thanks! So many hours wasted lol