• Resolved sliderx3

    (@sliderx3)


    Hi,
    I already had this issue and got some great help here.

    All I did was copying the form and editing it a bit. I also copied the site and edited the textfield and link. I didn’t change anything in the CSS and I’m wondering, why this issue returns…

    The CSS:
    .elementor-978 .elementor-element.elementor-element-3b4036e .eael-contact-form-7 .wpcf7-form label, .elementor-978 .elementor-element.elementor-element-3b4036e .eael-contact-form-7 .wpcf7-form .wpcf7-quiz-label {
    font-family: “Amarante”, Sans-serif;
    font-size: 18px;
    }

    Thanks!

    Slider

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you didn’t change anything, I wonder if maybe Elementor did it instead.

    Anyway, a safer way to fix it is by adding these CSS rules to your site:

    .wpcf7-list-item label {
    	font-size: 1em !important;
    }
    input[type=checkbox]:checked:before {
    	font-size: .75em;
    	margin-left: -1px;
    }

    You can add this under Appearance?> Customizer?> Additional?CSS.

    Thread Starter sliderx3

    (@sliderx3)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Size of checked checkboxes’ is closed to new replies.