• Resolved bjdyke

    (@bjdyke)


    I love the theme appearance! However the radio buttons and check boxes do not function and the option list could be clearer (by having an arrow?). This is true in the preview too but I only realised when I needed them after installing a plug in.
    Please can you fix this?

Viewing 1 replies (of 1 total)
  • Thread Starter bjdyke

    (@bjdyke)

    If anyone else has this problem, then go to Appearance – Themes – Editor and edit style.css.

    In the box sizing area (the second area) remove the line referring to webkit appearance, scroll to bottom and update to save the change.

    /* Box Sizing
    ——————————————— */

    *,
    input[type=”search”] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none; REMOVE ALL THIS LINE SO IT LOOK AS BELOW
    }

    /* Box Sizing
    ——————————————— */

    *,
    input[type=”search”] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    }

Viewing 1 replies (of 1 total)
  • The topic ‘Radio Buttons and Check Boxes Do not Work’ is closed to new replies.