Hi, What is the size of the image with a blog post? Is there a way to disable images with blog posts? Is there a way to change the size? Thanks, Russ
Hello, You can add image of average size (nearly 600px wide). To disable blog post image. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content_wrapper .post .featured_thumb.blog img.postimg { display: none;} It is not possible to change it's size.