Hi, I've been trying to find where I can change the font size for the blog titles, because they seem too big. I've looked in the typography settings and I've tried CSS Hero, but it is not allowing me to identify the specific text item because of how it's built. Any help you can provide would be great.
Thanks for the reply. I should have been more specific. I'm super aware of the General typography settings. What I'm trying to do is control the size of the title of the blogs as they are listed on the main blog section without compromising the font sizes chosen for the rest of the site. It appears that the theme has hardwired the H3 font size to the blog title size when the blog posts are listed like in the screenshots I sent. I need the H3 to be 60pt for the design I'm doing, so I'm trying to find a way to control the Blog Title settings so that it doesn't look ridiculously large like in the screenshots I sent. Hopefully that makes more sense than my initial post. Thanks in advance for your help.
Hi, I've been trying to find where I can change the font size for the blog titles, because they seem too big. I've looked in the typography settings and I've tried CSS Hero, but it is not allowing me to identify the specific text item because of how it's built. Any help you can provide would be great.
See screenshots
Thanks for the reply. I should have been more specific. I'm super aware of the General typography settings. What I'm trying to do is control the size of the title of the blogs as they are listed on the main blog section without compromising the font sizes chosen for the rest of the site. It appears that the theme has hardwired the H3 font size to the blog title size when the blog posts are listed like in the screenshots I sent. I need the H3 to be 60pt for the design I'm doing, so I'm trying to find a way to control the Blog Title settings so that it doesn't look ridiculously large like in the screenshots I sent. Hopefully that makes more sense than my initial post. Thanks in advance for your help.
Thank you. I needed to adjust the line height as well, so I edited it to say:
.post h3.title {
font-size: 25pt !important;
line-height: 28pt !important;
It seems to be working so far. Thanks again for your time!