• Resolved doczimute

    (@doczimute)


    Hello

    The theme displays list bullets in front of checkboxes with the contact form via WPForms. How to get rid of these fleas. Which CSS class to add in WPforms or in style.css of the child theme?

    Cordially

    • This topic was modified 1 year, 4 months ago by doczimute.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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!

    Thread Starter doczimute

    (@doczimute)

    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.

    Thread Starter doczimute

    (@doczimute)

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘List bullet in front of checkbox’ is closed to new replies.