Hey everyone,
I'm having a similar issue. My website has Custom CSS for a light grey-dark grey gradient, which has all of a sudden stopped working. Now there is just a plain white background even though I haven't altered the code at all.
It's strange because I have other custom CSS that is still working fine? Website is www.dojomediaco.com
Any advice would be appreciated! Here's the code I've been using for the gradient;
.page-section, .section-background{background:transparent!important;}
.site-wrapper{background: linear-gradient(to right, #fcfcfc, #e0e0e0)!important;}