Blog page post title CSS
I have searched this forum but didn't find my answer.
How can I change the post title font-size for the blog page? I want to use custom css for this, because this element refers to <H2> which I suited for some titles throughout the site. But this size is way too big for the post titles on the blog page.
Website is http://www.wendytacoma.nl/blog/
Thanks!
Comments
you can change it's size with an extra css:
.grid .post-desc-wrapper .post-desc .post-title h2 {font-size: 30px;
line-height: 30px;
}