Is there any way to remove the close button in the annoucement Bar

Topic summary

  • Issue: The store owner wants to remove the close (X) button from the announcement bar in the Renza (third‑party) theme.

  • Proposed fix: Edit the theme’s code by navigating to Online Store > Edit Code, opening theme.liquid (the main layout file), and adding a custom snippet just before the tag to disable/hide the close button.

  • Code details: A code block was provided, but the exact snippet content isn’t visible in the transcript, implying it’s likely CSS/JS targeting the close icon.

  • Evidence: A screenshot was shared showing the announcement bar without the close button after applying the change.

  • Status: A solution was proposed with visual proof, but there’s no explicit confirmation from the original poster; resolution appears pending.

Summarized with AI on December 14. AI used: gpt-5.

Hey @Arjun26

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

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

Best Regards,
Moeed

1 Like