Hi, this arrow appeared on my announcement bar and I cant figure out how to make in dissapear.
does anyone know?
thanks in advance
Hi, this arrow appeared on my announcement bar and I cant figure out how to make in dissapear.
does anyone know?
thanks in advance
Hey @Anonymous_d65591fabfe73ef1cdbdaa0a1489d355
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
If I managed to help you then, donโt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @Anonymous_d65591fabfe73ef1cdbdaa0a1489d355 ,
Could you share your store URL so I can check?
so i can check and provide you possible solution for your question.
Thanks
Hello @Anonymous_d65591fabfe73ef1cdbdaa0a1489d355
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.announcement-bar .slider-button {
display: none !important;
}
result
![]()
If this was helpful, hit the like button and accept the solution.
Thanks
i have two different announcements, its the secons one (you have a small arrow on the sides to switch between them)
i did it and it made the second announcement disappear
Hey @Anonymous_d65591fabfe73ef1cdbdaa0a1489d355
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
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.announcement-bar__link .icon-arrow {
display: none !important;
}
result
![]()
If this was helpful, hit the like button and accept the solution.
Thanks
thanks!
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.