The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

"fieldset" NOT using a formidable style is causing a problem

Labels

This Discussion is public

Notifications

hello,

in the inspector (on chrome) I see this:

 

fieldset {
 displayblock;
margin-inline-start2px;
margin-inline-end2px;
...
border-width2px;
border-stylegroove;
border-colorthreedface;
border-imageinitial;
anyway, how to REMOVE THAT?  I can't use formiable styling because I need to make it look good, and
when I do... the above "appears" ?
help?

That fieldset CSS has to be coming from your theme or a plugin. Formidable's fieldset CSS uses these classes: .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset.

Look in your theme's style sheet or disable plugins to see if it goes away. When you disable Formidable's styling, there may always be other CSS that can take over.

Discussion closed.