Increasing the size of the image titles in the Image Checkboxes widget

  • rbroadfo
    Asked on March 16, 2016 at 3:57 PM

    It seems as though the original question is regarding increasing the size of the image titles for the Image Checkboxes Widget. 

    Can you please provide the code to accomplish this.

  • Ben
    Replied on March 16, 2016 at 4:07 PM

    To increase the size of the font of the labels within the widget, you would need to add the following CSS to the same:

    label > span {
        font-size: 20px !important;
    }

    You can however change the number to any other - for example to 30px.

    It is important to note that this CSS must go into the widget (accessed through its wizard), not into the form custom CSS field for it to work.

    Do of course let us know if you have any issues with the same.