I would like to reduce the featured image size from 640×414 to 640×325. I usually just go into functions php and make the change to crop the image. Can’t find it in the theme files. How can I achieve this and keep the images from looking squished or distorted?
Also, where in the Theme Panel do I change the size of the homepage blog post title font? I want to slightly increase it.
Thanks guys,
Greg
Don’t recall. I’m using modules for my home page and not the blog loop.
I “think” that is controlled by one of the font settings in the theme panel, but not sure which (I don’t work here, just helping out since I’m using the themes daily the past 15 months!).
In other words, I think it’s controlled by the same size that manages the category titles, since it’s ostensibly the same loop.
Ideally, if you can’t find that, wait for tagdiv support on Monday a.m., or use F12 in Chrome (or IE11) to inspect the title element on your home page to see the CSS, and either edit in the style.css or add custom CSS override to the CSS panel.
Pretty sure it’s one of the category/blog title settings, possibly the H2 tag size?
Hi,
If you want to change something about typography on modules, you can find the settings in Theme Panel -> Typography http://screencast.com/t/mUwqCdXy
Also all this can be customized via CSS. If you don’t manage it to make the customizatio, please provide more details about what do you want to change.
Thanks for the message!