Font Size for Header Items, Excerpts

Posted in: Newspaper
Post count: 29

I’d like to change the font sizes for:

– Category in posts: found the font, but how do I change the colored block to fit?
– Font size for the comments/views numbers at the top of posts
– Excerpt font size (and font) for the excerpts on the homepage

Thanks.

site: sunnyinkabul.com

Post count: 7909

Hi,

Please use this custom css in Theme Panel > Custom css: http://screencast.com/t/raP8bB6K

.post ul.td-category a{
padding: 10px 10px 10px 10px;
}
.post .entry-category{
font-size: 15px;
}
.post .entry-comments-views{
font-size: 15px;
}

Result: http://screencast.com/t/nnzWXtNb

You can change font for excerpt from Theme Panel > Custom Typography > Tabs > Excerpt font: http://screencast.com/t/YTkVYvTco

Result: http://screencast.com/t/jEAVWvCd

If you want to change excerpt’s font only on homepage: http://screencast.com/t/jVp8AiZ6

.home .td-post-text-excerpt{
font-size: 15px !important;
font-family: Ubuntu !important;
}

Thanks!

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