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!
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:
Go to Online Store
Edit Code
Find theme.liquid file
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
Hey @Dulciedreams
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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.