• Resolved Badar

    (@badarjamal)


    I have integrated MC4WP with Contact Form 7 to display a checkbox option. The checkbox shows but the check icon does not. (Please click the checkbox to see what I mean)

    MC4WP: Version 4.7.4
    WordPress: 5.3.2
    PHP: 7.3.12
    Theme: OceanWP Child with OceanWP 1.7.3

    • This topic was modified 4 years, 11 months ago by Badar.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    Your theme is overwriting the look of checkboxes, this will affect all checkboxes on your site and is not related to our plugin or ContactForm7.

    The following CSS may fix the issue for you, but really you should contact your theme developer and ask them for a proper fix.

    input[type=”checkbox”] { -webkit-appearance: checkbox !important; }

    You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.

    Thread Starter Badar

    (@badarjamal)

    @lapzor Thanks for pointing me in the right direction. The issue was indeed with the OceanWP Theme. The following fixed the problem.

    input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    font-weight: bold; }
    For anyone who wants more info: After updating OceanWp, the checkbox’s tick doesn’t display

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkbox icon does not show’ is closed to new replies.