11/13/2013 at 9:28 pm
#273626
Keymaster
@ Charles
It’s picking up the size from the theme. To override that, add the following to the end of the theme’s style.css file:
#cn-tile-plus span.title {
display: block;
font-size: 11px;
text-shadow: none;
}
That should fix it up.
