How to delete the banner/bar on top of our online store?

We are trying to delete the yellow covid announcement banner/bar on top of the header. We cant seem to see any option on the settings. Thank you

Hi @KarlosPena ,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

#header .row.mob-header>div:first-child {
    display: none;
}

Hi @KarlosPena

Please follow up the case from this post: https://community.shopify.com/topic/2902370

I have already shared the detail guide for you :heart:

  • Here is the solution for you @KarlosPena
  • Please follow these steps:
  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • This is the result you will get:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.