Hi there,
How do we increase the font for the check list element? Please take a look at http://raesweddingplanning.com/things-to-consider/ and you will notice the checklist options on the bottom are very small, how do we increase font size. Thanks so much!
Ben
Hey!
Try adding this code to the Quick CSS:
#top label.input_checkbox_label {
font-size: 20px;
}
Cheers!
Josue