How to change excerpt font color?

Posted in: Newspaper
Post count: 14

Hi,
I would like to change the font color for excerpts. Under THEME FONTS there is no such option.
How can i do this?

Thanks
Ernst

Post count: 6535

Hi

The theme doesn’t have an option do that, but you can do it using custom css in theme panel > custom css, like this: http://screencast.com/t/MayuCWthvEHd

.td-excerpt{
color: red !important;
}

Thanks!

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