Class being added to my site Body Tag on page load

Hi everyone,

I’ve just noticed a strange thing that’s happening to my site where on page load a new CSS class is being added to my Body tag which is then overriding my default site styling.

I have noticed the following attribute being added to my body tag 'data-wf-spring-theme-render` which that value of that is being added to the class.

Anyone experience anything similar?

Thanks
Ben


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

1 Like

I am also facing a similar issue.

Trying to figure out how to solve it. Let me know if anyone knows the cause of this issue.

Same thing happening here: There is a suddenly a a data attribute “data-wf-spring-theme-render” and a .wf-1ibgmm6 class added to my body that is overriding basic global styles.

Have the same issue, “data-wf-spring-theme-render” is overriding most of my styles.

I have the exact same issue. The class wf-libgmm6 gets added

Facing same issue. The class wf-libgmm6 gets added

I have deleted my cookies and now it works fine again. The class is not added anymore!

1 Like

@benrlane the only thing that worked for me as a temporary fix was to add custom code with my custom background color on the body and use the important tag.

  body {
    background-color: #000 !important;
    color: #fff !important; 
  } 

EDIT: Seems like this only happens if you are logged into webflow so it should not affect your visitors.

YES same issue here! wf-libgmm6 gets added!

Hey all, the team is aware of this issue and it should only be happening when logged into the Editor. Clearing your cache and cookies or viewing in an incognito window should resolve the issue.

I’ll post an update here when the team deploys a fix.

3 Likes

Hi Steve, I have the exact same problem but after clearing the cache and cookies, the problem remains the same. Any other advice? Thanks in advance. Project link.