remove announcement bar arrows dawn theme

Hello,

Looking to remove the arrows for the announcement bar on dawn theme. Please assist.

Thanks.

Hello @StarMintz

Please provide your store URL so I can review it and provide a solution.

**Hi @StarMintz **

Follow these Steps:

Go to Online Store Edit Code Find theme.liquid file or base.css

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

button.slider-button.slider-button--next {
    display: none;
}

button.slider-button.slider-button--prev {
    display: none;
}

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