06/19/2017 at 5:11 pm
#426486
Keymaster
@ Kasia
RE: the font letter spacing for the title under the name is too tight and light in color, is there something I can do about that as well?
Well, that is actually a design element of the template. I’m not sure what you mean by too tight. That is correct spacing for the italics font being used. Here’s a bit of CSS that changes the color to black, removes the italics and increases the size a bit. Tweak to suit.
#cn-circled .cn-circled-content p.title {
color: #000;
font-style: normal;
font-size: 16px;
}
Hope that helps!
