Image With Blog Post

Discussion in 'GeoCraft WordPress Theme' started by russmnh, Apr 24, 2013.

  1. russmnh

    russmnh Member

    Joined:
    Jan 6, 2013
    Messages:
    30
    Likes Received:
    1
    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
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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.
     

Share This Page