How can I remove arrows from the DAWN announcement bar?

Hiya,

I have tried a few things, and nothing has worked so far…

Can anyone help me remove the arrows from my announcement bar? on both desktop and mobile?

Thankyou!

Hello @Dulciedreams

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.announcement-bar .slider-button {
    display: none;
}

Hey @Dulciedreams

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

Hey @Dulciedreams

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

<style>
.announcement-bar .slider-button {
    display: none !important;
}
</style>

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

Best Regards,

Great, Thankyou so much!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.