Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Yes, you can do it, please, read the answer to the following question in the FAQ page of the plugin:

    Q: How to display an image in a checkbox or radio button?
    https://wordpress.dwbooster.com/faq/calculated-fields-form#q222

    If you want hide the radio buttons and checkboxes in the form, you simply should paste the following styles definition at the end of the content of file: “/wp-content/plugins/calculated-fields-form/css/stylepublic.css”

    #fbuilder input[type=”radio”],
    #fbuilder input[type=”checkbox”]{display:none;}

    Tip: Remember to clear the browser’s cache after edit the online files.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail behind radiobutton’ is closed to new replies.