All things Shopify and commerce
Hello!
How do I remove arrows on the announcement bar on focal theme? I can provide site URL upon request if you can help. I will provide it in PMs, since I do not want to make it public here. Thanks in advance! Hopefully I can get help.
Solved! Go to the solution
This is an accepted solution.
Hello,
To remove the arrows you can use the below CSS code:
announcement-bar button {
display: none;
}
Placing it at the end of your theme.css file should be working as expected. You can find file this by navigating to Sales channels -> Themes -> ... -> Edit code.
Cheers!
Hello Manoman, the easiest way is to modify the css:
.announcement-bar--multiple {
justify-content: center!important;
}
announcement-bar button {
display: none;
}
Where do i paste that? Thanks
You can append it to theme.css
This is an accepted solution.
Hello,
To remove the arrows you can use the below CSS code:
announcement-bar button {
display: none;
}
Placing it at the end of your theme.css file should be working as expected. You can find file this by navigating to Sales channels -> Themes -> ... -> Edit code.
Cheers!
thank you! worked perfectly
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024