Single choice properties - increase size of choice field

  • PCPH
    Asked on April 10, 2019 at 7:34 AM

    Hello,


    At the bottom of each page, I give an option to carry on or to stop by clicking either 'yes' or 'no'


    However the little circles to select the answer are too small. Any way I can make them bigger (it seems like there is no CSS option), and also is there a way I can change all the same time?


    Many thanks

  • AndrewHag
    Replied on April 10, 2019 at 10:50 AM

    Please try the CSS code below to increase the size of all radio buttons:

    .form-radio{

       transform: scale(1.5);

    }

    15549077888x5mXdkWwG Screenshot 10