What custom CSS do I need to add to make the blog titles smaller?
http://landlordsource.com/blog-professional-property-managers/#
What custom CSS do I need to add to make the blog titles smaller?
http://landlordsource.com/blog-professional-property-managers/#
OK - So I was able to reduce the font size, but I'd also like to make the line height tighter. It is a little too spaced out. I tried adding line-height to the CSS but it did not seem to change anything.
Thanks!
nope - did not work for me. I found what I did changed other areas too that I don't want to change. (like the summary titles on portfolios). Is there a way to change only the size of the blog titles?
Hi,
You can use this.
.page-id-67 h1.post-title.offset-by-three {
font-size: 15px;
}
Notice the .page-id-67? That is the body class for that particular page, in your case the blog page. You can inspect each page and notice that body class will change.
Regards,
Ismael
Thanks!
This topic has been closed to new replies.