Hi all,
Could someone help me please?
I’ve have an announcement bar for several months and I’ve just noticed that the messages on the announcement bar have scrolling arrows next to them (see below).

Can anyone advise how to get rid of them?
I’m using the WebRex Announcement Bar Banner app for this feature.
Best wishes,
Dan
Hi @ldmanagement
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Thanks very much!
Of course - www.euphoriastore.co.uk
HI @ldmanagement
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
.ab-slide .ab-slide-content .ab-slide-text{
overflow-y: initial!important;
}
That worked great! Thanks.
However, now I have changed this the announcement banner is sitting over my shopping cart (see image). Can you advise how to resolve please?