Community forum for knowledge and support

Updated 12 months ago

Relume loader overlay issue in editor

At a glance
The community member is using a relume loader on their site, but when the client uses the editor, the loader overlay is showing, preventing them from seeing the content. A community member suggests a workaround: in the Webflow Designer canvas, select the loader-wrapper div and set it to display: none, then in the custom code settings of the site, add a line of CSS to show it again on publish: .loader-wrapper { display: block; }. The community member notes to put this in the <head> section of the custom code tab.

Hi all. Had a look and I can't see this issue mentioned. I am using one of the relume loaders on my site but when the client goes to use the editor, the loader overlay is showing so they can't see the content. Is there a workaround for this please?

M
1 comment

basically in the Webflow Designer canvas you would select the loader-wrapper div and set it to display none and then in the custom code settings of the site, you'd add a line of CSS to show it again on publish.

<style>
.loader-wrapper { display: block; }
</style>
Again, you'll want to make sure to put this in the custom code tab of the site settings - in the <head> section.<p></p>
Add a reply
Sign up and join the conversation on Slack