CSS to customise the Button Size in Surveys

CSS to customise the Button Size in Surveys.

To enhance user visibility and navigation within the surveys, you can customize the button size using the following CSS code.

Code :

button, input, optgroup, select, textarea {
font-family: inherit;
font-size: x-large !important;
}

By modifying the font-size property, you can easily customize the button size to suit your specific needs. Feel free to experiment with different values such as "small", "large", or x-large to have the desired button size.