I am trying to modify formatting with CSS in ninja forms. I would like to:
- Add an icon / image above each answer on radio button questions
- Allow users to click on that image or the text to select their answer
Can anyone help me with this code? I'm having trouble getting the images to display.
Thanks!
The easiest way I have found to place images in radio buttons is to do the following:
<img src="https://www.brothershelpingbrothers.org/wp-content/uploads/2015/08/silver-fire-button.png">
<div><img src="https://www.brothershelpingbrothers.org/wp-content/uploads/2015/08/silver-fire-button.png"><br>Button Label 1</div>