Block 9 font family

Posted in: Newspaper
Post count: 53

HI in my homepage i use block 9. From theme support I can not find any option to change the size and the font family of my posts. Can you tell me how I can do it??

THanks

Post count: 6600

Hi,

Please let me know if I’m wrong but I believe you refer to block 9 excerpt size and font family and in this case you can change the excerpt settings from theme panel > custom typography > tabs section: http://screencast.com/t/Y1hdDqbBnKKq
Note that this will change the excerpt’s font settings for all modules excerpt not only for block 9.
You can use this custom css in theme panel > custom css to target and change the font size and family only for block’s 9 excerpt:

.td_mod8 .td-post-text-excerpt {
font-family: Lobster;
font-size: 20px;
}

Should work like this: http://screencast.com/t/uZjaWb60VJzu

Thanks

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