Subtitle Font

Posted in: Newspaper
Post count: 25

Hi!

I’d like to change the font size and style for subtitles and I don’t see it in the Custom Typography section of the Theme Panel. Can you tell me where it would be or what to type in the Custom CSS to target it?

Thanks!

Post count: 7909

Hi,

This is the default css for subtitles – http://screencast.com/t/Yke3Rr909
So you can use this class to target and customize it – http://screencast.com/t/yONAyMwu8Cx

.post .td-sub-title {
font-size: 20px;
font-style: inherit;
}

Thanks!

Post count: 25

Perfect! Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.