• Dear support,

    I am building a form on a site that uses the Materialis theme.
    Unfortunately, radio buttons do not display correctly and are not selectable.
    I can see 2 topics were open on the topic, but not really solved.

    Could you help with this ?

    Thank you
    Regards

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

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

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS ?:

    input[type=”radio”] {
    width: 13px !important ;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    }

    Thread Starter sevagainejian

    (@sevagainejian)

    It works just perfectly !!!
    Thank you so much !

    I guess this one should be included in the next update of the theme.

    Regards
    Sevag

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkboxes displaying correctly, but not radio buttons’ is closed to new replies.