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
"fieldset" NOT using a formidable style is causing a problem
hello,
in the inspector (on chrome) I see this:
fieldset {
display: block;
margin-inline-start: 2px;
margin-inline-end: 2px;
...
border-width: 2px;
border-style: groove;
border-color: threedface;
border-image: initial;
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?
March 7, 2019 at 3:51 pm
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.