Remove arrows in announcement bar in Atelier theme!

Hello all, I was wondering if anyone can tell me where I can remove the arrows in my announcement bar. I’ve tried various different ccs codes but haven’t found anything that will work.

Password: Bonnie123

Hello @lev123 ,

I hope you are well!

Please copy and paste the below code to the top of base.css or theme.css. To find base.css or theme.css, go to Online store >> Themes >> Edit code and search for either base.css or theme.css

Alternatively, if the code didn’t work, copy and paste the code below by going to the Online store >> Themes >> Customize >> Click on Settings icon to the left >> Scroll down to the bottom and paste it to the custom CSS tab.

slideshow-arrows {

display: none;

}

This will remove the arrow:

Thank you. Is there a ccs code to add social icons to the left of my announcement bar and localisation to the right?

No, not with CSS but needs to add HTML with the links.

How can I do that? I’m not too familiar with all this!

Basically, I would like to inform you that the code requires some customization, if you don’t have knowledge feel free to create another post to the community. Someone will surely help you.