Nothing displaying on publish while using custom css style

After publishing my site, nothing is displaying. I can still see the full site in the designer, but nothing after publishing. The issue appears to have just shown up in the last few minutes or so. Read only link below!

https://preview.webflow.com/preview/williamscs?preview=3ae53c61e9c4a1bfa7064124d762abf0

Hey @jordanshotwell,

Can you remove the script in your custom code, publish and reload the site. Is it working?

If you haven’t made any major changes to the site, maybe you could restore a backup to a time when your live site was working correctly.

Hi @jordanshotwell, I believe @nwdsha is correct, and specifically this styling snippet seems to be the cause:

<style>
    input, textarea {   
	font color: #ffffff;
    -moz-appearance: none;
    appearance: menulist;
    -webkit-border-radius:0; 
    border-radius:0;
}
<style>
1 Like

Thanks @cyberdave and @nwdsha, that worked!

2 Likes

Thanks for chipping in @cyberdave.

You’re welcome @jordanshotwell - Happy to help :ok_hand:

1 Like

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