featured image stretched

Discussion in 'Poloray WordPress Theme' started by roryrmg, Mar 17, 2013.

  1. roryrmg

    roryrmg New Member

    Joined:
    Dec 28, 2011
    Messages:
    5
    Likes Received:
    0
    Can I turn off the featured image so it just displays a text excerpt. The images are stretched on this page but ok in the actual posts. I realize that you want the images a certain size and ratio but that's way to much hassle to go through with every post.

    Thanks

    Rory
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    You have to upload the Home page feature images of recommended size 170 px x 170px from the Home page feature settings panel
    (Appearance -> Theme Options ->Home Page Feature Settings) in your dashboard. These feature image will display only in the home page and it is not the image of blog post.
    If you want to remove this featured image then paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .feature_inner_box .circle {
    display: none;
    }
     

Share This Page