Gravity forms broken after update

X-Theme was updated to 6.2.6. This made gravity form display none. I can’t figure out how to turn it off.

It should look like this:

But now it looks like this:

Hello @w3developing,

Thanks for asking. :slight_smile:

Yes, I can see that a inline CSS is added that’s hiding the form. To fix that, please add following CSS under X > Theme Options > CSS:

.gform_wrapper {
    display: block !important;
}

Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

1 Like

Great, thank you!

We are delighted to assist you with this.

Cheers!

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