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.
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.
@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.
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.
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.