How to decrease the font size of the radio items?

  • curtiselectricalqld
    Asked on March 24, 2019 at 3:54 PM

    Hi

    Im hoping for some help to format the first field of my form for a cell phone, if you click on the link, it looks a bit busy, so I need each option to take up 2 lines or the text be smaller, can you explain how to do this?

  • jherwin
    Replied on March 24, 2019 at 4:44 PM

    To decrease the font size of your radio items, please inject this custom CSS code:

    .form-single-column .form-checkbox-item, .form-single-column .form-radio-item {
        width: 100%;
        font-size: 25px!important;
    }

    Guide: How to Inject Custom CSS Codes