Increase font Size of button checkboxes

  • POME3790
    Asked on February 17, 2020 at 3:23 PM

    Is it possible to make the lettering in the boxes on the first page where they make their selection bolder, bigger and darker, they are very small when viewed on a tablet?

    Thanks

  • John Support Team Lead
    Replied on February 17, 2020 at 3:43 PM

    You can adjust the form fonts by following this guide on How-to-Change-Form-Fonts.

    Or you can use custom CSS codes to customize the font size and inject it into your form.

    Now, if you're referring to this form: Altona Directorand the boxes you've been referring to are these:

    Increase font Size of button checkboxes Image 10

    You can try adding this custom CSS code below to the widget to increase the size of its fonts:

    .checkboxes input + label {

    font-size: 20px;

    }

    GUIDEHow-to-Inject-CSS-Codes-to-Widgets 

  • POME3790
    Replied on February 17, 2020 at 4:15 PM

    Thank's John, just what I needed, I think I will have to learn more about CSS coding, but not sure where to start!


    Martin


  • Albert_G
    Replied on February 17, 2020 at 5:13 PM

    Hi Martin,

    I suggest that you check out this website. https://www.w3schools.com/css/

    It has all the basic info you need to learn about CSS and web design.

    Thank you.

  • POME3790
    Replied on February 17, 2020 at 5:55 PM

    Thank's Albert, much appreciated

    Martin