Change Color titles posts

Posted in: Newspaper
Post count: 2

I would like to change the size and color of the titles of the post
I can not find where you can do this
Could you help me?

Thanks you

Post count: 3343

Hi,
The font, size and line height can be changed from Theme panel -> Custom Typography http://screencast.com/t/3CiorS7gzf

The color can be changed via CSS like this:

.post header h1 {
    color: #4db2ec;
}

Add the CSS above in Theme panel -> Custom CSS

Thanks!

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