02/20/2017 at 10:17 am
#412127
Keymaster
@ Rogelio
This can be tweaked using CSS only. Increasing the font size will mean you will need to increase the tile size too.
Here’s the CSS for the font size:
#cn-tile-plus .cn-entry {
font-size: 1em !important;
}
#cn-tile-plus .cn-entry .fn {
font-size: 1em !important;
}
Add it to the theme’s custom CSS area.
Here’s the link to the FAQ on how to change the tile size.
Hope that helps!