Text showing oddly after every page visit

Hello,

I had implemented the code to have sliding announcement bar.

After implementing the code, there is one small issue.

When I open any page in the desktop, it first shows text of the announcement bar and then the page opens. It happens when I open any page on the website in the desktop.

It however works completely fine on the mobile version. Can someone please help me as to how to solve this issue.

I have attached a video which highlights this issue.

Any help is highly appreciated.

Store Link- sohumlinen.com

Regards.

Hi @SohumLinen ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.hura-announcement-bar.swiper-container:not(.swiper-horizontal) {
    display: none;
}

Hope it helps!

1 Like

@LitCommerce ,

It worked perfectly, thanks

1 Like