Blog Post Header Font Change

Hi–

I have added the font I want to use within the theme settings -> font but can’t figure out how to add it to the title here:
https://lifescaling.me/press-release/

(I also want to change the ‘Comments’ font.

Hello @dpasker,

Thanks for asking. :slight_smile:

Looks like you have made the changes using custom code for the title. To change font for comments section, please add following CSS under Pro > Theme Options > CSS:

.x-comments-area h3, .x-comments-area p {font-family: 'Lato', sans-serif;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.