Form with a Transparent Background
Has anyone created a Fluent Form with a Transparent background? I cannot see where this may be done. Thank you in advance
My forms are transparent. You might want to check your theme and override via css:
background-color: rgba(0, 0, 0, 0);
background-color: transparent;
Great. Thank you... I will give this a go.