ALL PAGES ARE BLANK EXCEPT THE HOME PAGE, please help!

I’ve been working for a few days and just did a significant update, and after just publishing, every single page (there are 9) is blank except for the home page. I do not believe that I have any complicated code on it, as I haven’t built any integrations out - it’s just the site with a few animations. Any ideas? I tried to do research on others, but I am not finding anything relevant.

My Header, Partners tab, is not working either; it should click through to the Services Page with Pricing, and it’s not working anymore on the live site (it was also working before this issue). It’s now only working in the “Live View”. I have viewed it in Chrome and Safari and they’re both rendering with the same issue.


Here is my site Read-Only: (Webflow - 88 Consulting)
(how to share your site Read-Only link)

Yeah, I’m not sure why, but you’ve hidden all of your body content with some CSS in your page head.

image

I don’t see any CSS in your page custom code, which means it’s likely in your site-side code settings- and if that’s true than it’s on your homepage as well.

I checked, and yes, that’s the case, however your homepage BODY element overrides it back to 1.

<body style="opacity: 1;" class="body">

My guess is that you, or someone who built the site before you was playing with animation and fade in effects, before Webflow Interactions was a thing.

OMG thank you! I have no idea how that got there. It was working perfectly before, I definitely didn’t add that code. THANK YOU, again!