• Resolved vitovisentini

    (@vitovisentini)


    Hi, I have a problem with the dots to mark the answer, instead of being round they are flat and almost impossible to mark. It became apparent after the last update.

    I’ll be glad for help on how to get rid of it/how to fix it.

    Screen: https://snipboard.io/ozLTim.jpg

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there – this CSS snippet should do the trick for you:

    body .with_frm_style .frm_radio input[type=”radio”]:checked, body .with_frm_style .frm_scale input[type=”radio”]:checked, body .with_frm_style .frm_checkbox input[type=”checkbox”]:checked, body .with_frm_style .frm_radio input[type=radio], body .with_frm_style .frm_scale input[type=radio], body .with_frm_style .frm_checkbox input[type=checkbox] { height: 16px !important; }

    You can see where to place custom CSS here:?https://formidableforms.com/knowledgebase/global-settings-overview/#sts=Custom%20CSS

    Thread Starter vitovisentini

    (@vitovisentini)

    It works, thank you very much. It would be nice if the creator would implement and fix it directly in the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.