05/24/2016 at 11:18 am
#377412
Keymaster
@ Alison
The font size in Tile Plus is its CSS file. You can use this selector #cn-tile-plus .cn-entry to override the size. here’s an example, add the following to the theme’s custom CSS area:
#cn-tile-plus .cn-entry {
font-size: 13px !important;
}
Hope that helps!
