Css appearing in body of page

Any custom code I’m adding into either the head or footer is getting injected into the body tag instead and shows up on the page.

Hi Craig ! Could you share the site read-only link: Share a read-only link | Webflow University, I am happy to take a look and find out what’s happening :smile: Cheers,
Dave

Sure thing. Here you go:

https://preview.webflow.com/preview/runway-theme?preview=fe552c73665cd2a857ca4e93fa9b07b0

Hi, you are missing the style tags in the header… wrap your css with those:

<style>
    .w-nav-overlay {
    display:none !important;
}
</style>

Then republish and see if there are still errors, and we can look at next error, if any :slight_smile:

Cheers,
Dave

Wow, thanks for helping a fella running on very little sleep. :smile:

No problem @craigteel, I am here to help :wink:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.