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?
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>