Hello @doczimute
I’m fairly confident that this should not be happening and the error might come from somewhere else.
Would it be possible to tell us the website’s URL so we could check a few things out?
Thanks!
I added to the form 3 checkboxes from WPForms and 1 checkbox from Mailchimp (Newsletter) which integrates with WPForms.
Hi @doczimute
Hmm, after taking a closer look at this, it looks like it’s more of an oversight from WP Forms’ devs, rather than a theme problem. They simply haven’t reset their CSS, but you can easily do so with just a line –
.wpforms-container ul li {
list-style-type: none;
}Hope this helps!
Thanks.
Thank you so much.
Previously, I tried different solutions, but I was inserting them into the styles.ccs file of the child theme and without result. Inserting by Appearance/Customize/Additional CSS gives me the expected result, with the colors that go well for the text.
Hi @doczimute
The style.css isn’t loaded by default for the child theme in order to prevent any kind of compatibility conflicts.
The Additional CSS pane is the recommended way to go. 👍
