Remove announcement bar BUT it still stay there Dawn version

Hello there @cheriesapparel I think you should try this CSS custom code approach if you haven’t already

  • Got code editor find the announcement-bar.liquid file. Find this line code:

  • Open the base.css file and write the css to hide the code by targeting this class: “page-width utility-bar__grid utility-bar__grid–3-col” like:

#shopify-section-sections--24611281502496__announcement-bar .utility-bar{
  display: none !important;
}

Let me know if it works for you!