04/03/2017 at 10:23 am
#418671
Keymaster
@ Casper
re: Is there a way in the customizer, or via settings, to increase the font size for the listing details in the tray and full profile view?
Sorry, no not presently. I just added this to my feature requests. The only way to do this right now is to use CSS. Add the following to the theme’s custom CSS area:
#cn-cmap .cn-entry {
font-size: 1em !important;
}
#cn-cmap .fn {
font-size: 1.2em !important;
}
Tweak as desired.
