02/09/2015 at 2:42 pm
#318814
Keymaster
@ Jan
Sorry, I think you did ask that before.
For the most part the font size is inherited by the theme. That what I try do as often as possible anyway.
Add this CSS to the theme’s custom CSS to enlarge the font size for the entries:
.cn-entry {
font-size: 16px !important;
}
The template does set the font size for the name because many themes can make them really, really large. To enlarge the name, add this too:
#cn-cmap .fn {
font-size: 22px !important;
}
Hope that helps!