I’m looking to remove the arrows from the announcement bar! Have tried lots of codes found here as well as targeting the sliders but nothing seems to be working.
Hi @blakelyhi
Please add this code to your theme.css or theme.css.liquid file in Online store > Themes > Edit code
.announcement-bar .fader { display: none !important; }
Add the following CSS to the end of theme.css**:**
.announcement-bar button.slider-nav-button.slider-nav-button-prev,
.announcement-bar button.slider-nav-button.slider-nav-button-next {
display: none;
}
If the above doesn’t work, try this:
.announcement-bar button.slider-nav-button.slider-nav-button-prev,
.announcement-bar button.slider-nav-button.slider-nav-button-next {
display: none !important;
}
Hi @blakelyhi
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css
.announcement-bar .fader {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly

