Fonts

Posted in: Newspaper
Post count: 61

Hi Guys,

There are three font fields that I can’t seem to find/change anywhere under the “Theme Fonts” tab in the Theme Panel:

1. The commenter name in the comments section.
2. The phrase “Leave a Reply” above the comment box.
3. The phrase “More Stories” in the More Stories pop-up.

See a screenshot below of exactly which ones I mean. Can you let me know what these fields are called in the Theme Fonts tab?

http://www.irreverentgent.com/wp-content/uploads/2016/06/Screen-Shot-Bad-Fonts.jpg

Thanks so much!

Dave

Post count: 23312

Hello Irreverent Gent,

If your want to change the font for these strings, please notice that you will have to use a bit of CSS code to do that.

#reply-title{
font-family:Verdana;
}
.td-more-articles-box-title{
font-family:Verdana;
}
.comment cite {
font-family:Verdana;
}

Thanks.

Post count: 61

That worked! Thank you so much.

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