WenMar
May 10, 2024, 12:33pm
1
Hi there,
I’m currently facing an issue. I wanted to have a slider announcement bar, so I used this code to change it: https://websensepro.com/blog/how-to-add-announcement-bar-slider-shopify-dawn-theme/
The code worked, however, now I have a white space at the top of the announcement bar, and I’m experiencing it not only on my site but also on my duplicate site, which I don’t understand why it happened.
This is the link to my store: https://comfypeace.store/
Thank you so much for any help you can give me
Hi @WenMar ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css or theme.css
Step 3: Insert the below code at the bottom of the file → Save
div#powrIframeLoader {
display: none;
}
Final Result:
Hope it can helps you
Hello @WenMar
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
#powrIframeLoader {
display: none !important;
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
WenMar
May 10, 2024, 12:57pm
4
It worked, thank you so much