Removing announcement bar arrow - Dawn theme

Removing announcement bar arrow - Dawn theme

website - https://the-style-luxe.myshopify.com/

password - reucho

thanks in advance!!

Hello @hasanali1 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


result:

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

2 Likes

Hi @hasanali1

  1. Go to the Online Store

  2. Go to Themes and click Customize

  3. Select Announcement bar and scroll down

  4. Custom css and paste this code

svg.icon.icon-arrow {
display: none;

}

1 Like

Hey, I have attempted this and it is not working?