If you've noticed a CSS class being added to the Body tag upon page load in Webflow, you're likely seeing a feature or script automatically adding attributes that could override your default site styling.
1. Check for External Scripts
- Review any custom code added to your project that might be influencing this behavior.
- Navigate to Project Settings and check under the Custom Code tab for any scripts that might dynamically manipulate the body tag.
2. Review Webflow Settings
- Webflow might have specific settings or integrations affecting this. Ensure any Webflow-specific toggles or settings are configured correctly, as these might include changes that affect theming or user experience.
3. Inspect Webflow Updates
- Look out for Webflow updates or newly released features that might introduce dynamic theme management capabilities, as they could use attributes like
data-wf-spring-theme-render.
4. Clear Browser Cache
- Local caching issues can sometimes cause undesired behavior. Clear your browser's cache to ensure you're seeing the most up-to-date version of your site.
Summary
A CSS class added to the body tag could stem from custom scripts or updates in Webflow features. Check your project settings, code for alters, and Webflow updates. Ensure settings align with your design goals and clear your cache to rule out display issues.