• Resolved casket21

    (@casket21)


    I have inserted a GDPR checkbox in the contact form but the tick does not show so it’s not clear whether it has been checked. How do I make the tick visible?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @casket21,

    Try adding this CSS rule in your Dashboard > Appearance > Customize > Additional CSS, don’t forget click on Publish button:

    input[type=checkbox]:checked:before {
        color: #13aff0 !important;
    }

    Best regards,
    Yordan.

    Thread Starter casket21

    (@casket21)

    Brilliant thankyou so much – worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘GDPR check box not showing’ is closed to new replies.