• Resolved astrid88

    (@astrid88)


    Hello,

    I added the acceptance check box to the form like that:

    <p>[acceptance acceptance-123] Durch die Verwendung des Kontaktformulars stimmen Sie der Verarbeitung Ihrer Daten zur Bearbeitung Ihrer Anfrage zu. Weitere Informationen finden Sie in unserer Datenschutzerkl?rung. [/acceptance] </p>

    It seems to work, but next to the checkbox there appears a second “shadow” checkbox which shows up somewhere misplaced depending on the browser. When ticking the checkbox the checkmark appears in both boxes, but larger in the misplaced “shadow” checkbox, so it looks pretty out of place.

    I tried it on Firefox and Brave.

    I would appreciate any hints on how to solve this. Thank you!

    Best,
    Astrid

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @astrid88 ,

    this styled checkbox is added by your theme (wotahub). You can get a rid of it with following CSS:

    .wpcf7-list-item-label:before { display: none !important; }
    

    Or even better fix your theme’s default stylesheet wotahub/style.css accordingly – it does not seem to properly hide the default (unstyled) checkbox, see /* Radio buttons and checkboxes */ section.

    Thread Starter astrid88

    (@astrid88)

    Hi @chesio ,

    wow, thanks for the quick and great support! ??
    I used the CSS and this removed the styled checkbox, so everything’s looking great now.

    Best,
    Astrid

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double acceptance checkbox’ is closed to new replies.