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. 
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:
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.