Remove arrows from announcement bar taste theme.

Trying to remove the arrows from the announcement bar on the taste theme. What’s the code for this? Thanks.

1 Like

Hello @StarMintz ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

#shopify-section-websensepro-announcement-bar .swiper-button-prev, #shopify-section-websensepro-announcement-bar .swiper-button-next {
    display: none !important;
}

Thanks

Hi @StarMintz ,

Would you mind to share your URL website? with password if its protected. Thanks!