How can I remove arrows from my announcement bar?

Hey,

does someone know how i can remove these 2 arrows from my announcement bar? Would be dope!

harDnut_0-1686414429571.png

1 Like

Hi @Anonymous ,

Would you mind to share your URL website? (with password if its protected)

Thanks!

Hey,

https://gadget-daddy.com/

There you go

1 Like

Thank you for the information.

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “theme.css, styles.css or base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
slideshow-component.announcement-bar.page-width button {
    display: none;
}
2 Likes

it worked. you are a G. thank you very much. I also have another open question about the slideshow. check my profile if you are interested in helping me there as well.

Welcome, Happy to help. :blush:

Sorry I didnt get what you me to help about the slideshow. You have Dawn Theme, if you like to add more designs in your store you can visit us. Thanks!

Hello, I am using the DAWN theme.
I’m adding the indicated CSS code but it doesn’t work.
Your help please.
CP 000855.png

2 Likes

Hi, It wont work on the different website. Would you mind to share your store URL website? Thanks!

1 Like

Hello, this is my website:

https://querubinaccesorios.myshopify.com/

Thank you very much for your help.

1 Like

Try this one then.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.slider-button.slider-button--prev {
    display: none;
}
button.slider-button.slider-button--next {
    display: none;
}
7 Likes

Thank you very much, everything is excellent. I am very grateful.

thank you so much. it worked

Could you do it for perfectdiecast.com? thanks

Hi @dconthebay

check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

button.slider-button {
    display: none;
}

And Save.

Result:

Joseph2_0-1728602957740.png

Joseph2_1-1728602987318.png

hey, would you be able to do mine at all too? for some reason its fine on the homepage however when i click on my product the arrows move to the center and have a white circle around them which is annoying. the link is https://portaskis.myshopify.com/ password for my store is: ok

Hi @Joseph2

Did you already manage to solve this issue?

yup have solved it now thanks