How can I remove arrows from the announcement bar?

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.

url: https://afca7f-2.myshopify.com/

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; }

Hey Blake,

In the “custom CSS” options for your announcement bar, within the ‘customize theme’ settings:

Add the following coding:

.button.slider-nav-button.slider-nav-button-prev, .button.slider-nav-button.slider-nav-button-next {display: none;}

Let me know if this works or not! :slightly_smiling_face:

Cheers,

Stephen

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