Global Block Oddity - Green Screen

Since the last update of Cornerstone and XTheme I’ve been getting this strange green background in the Global Blocks interface to layout my elements. I’ve never seen it before until now. Please help me remove it. Its difficult to layout elements visually.

Hi @AXAmg,

Thanks for reaching out.

I did some initial checking from all the sites and can’t find any global block specific CSS that could do this. Please provide your admin login credentials and the exact site’s URL where this happens, and please provide them in the secure note.

Thanks!

Secure note sent. Thanks.

Hi @AXAmg,

It’s the background color you have set in X > Theme Options > CSS. And it looks like it was meant for Zoho styling.

/*
// Zoho Responsive Form.
*/

body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  background: #4CAF50;
}

Please remove the background: #4CAF50; from that CSS.

Thanks!

Worked like a charm. Thanks for your help, Rad.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

1 Like

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