Announcement bar disappeared randomly

Hi, I had an announcement bar at the top as shown:

But this has now completely disappeared and the accouncement bar and header sections are not there in the section customization;

How can I get my announcement bar back?

Hi,
I believe you’re on the shopify mobile app so just scroll up next to header click on the plus sign to add a section and pick announcement bar.

If you’re on your laptop then go to your theme editor, hover above the Header section you will see a plus sign click on add new section and search for “announcement bar”

If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Cheers,

Hi, I can’t scroll up as ‘header’ is no longer an option in ‘sections’. It has disappeared.

Did you make any recent changes to your theme.liquid file?

The header is usually rendered there using: {% sections ‘header-group’ %}

Here’s how to check:

  1. In your Shopify admin, go to Online Store > Themes > Edit code.

  2. Open the theme.liquid file.

  3. Use CTRL+F (or CMD+F on Mac) to search for:

    {% sections ‘header-group’ %}

  • If you find it, the issue might be coming from somewhere else.
  • If you don’t find it, paste that line right below the tag and save your changes.

If this feels overwhelming or you’d prefer I take a look, just let me know, I’ll need access to your store so I can jump in and help directly!

Hi, this is already there.

Hey man, I’ll need access to your store so I can help directly