Home page recent posts

Discussion in 'Harrington- A WordPress Business Theme.' started by skoulakis, Jan 11, 2016.

Thread Status:
Not open for further replies.
  1. skoulakis

    skoulakis New Member

    Joined:
    Jan 6, 2016
    Messages:
    12
    Likes Received:
    0
    Hi,
    I would like to remove the overlay on the blog images from the homepage. it has the date and comment count. How is this removed?

    Also, I edited the blog images to 760x320 and I am still getting cropping on the homepage featured blog posts. Only the middle one is working properly.

    My temp site so you could see

    thank you
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Sorry I am unable to access your site..?

    Kindly check.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. skoulakis

    skoulakis New Member

    Joined:
    Jan 6, 2016
    Messages:
    12
    Likes Received:
    0
    Please Try again temp site
     
  4. priya

    priya Guest

    Hello,

    To remove the date and comment count from your image, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content .post .post_date {
        display: none;
    }
    Regarding your second issue, would like to tell you that I didn't get such issue in your site..


    Kindly check..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. skoulakis

    skoulakis New Member

    Joined:
    Jan 6, 2016
    Messages:
    12
    Likes Received:
    0
    Thank you for the code, this fixed the issue. Regarding the feature post images on the homepage, they are still cropping and bigger. If you notice the the middle image oil map is smaller and not cropped, vs the two on the side, january workshops and foaming soap. Let me know how to fix this. thank you
     
  6. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content .post .post_image img {
        height: 175px;
    }
    Change numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. skoulakis

    skoulakis New Member

    Joined:
    Jan 6, 2016
    Messages:
    12
    Likes Received:
    0
    thank you for your help!
     
Thread Status:
Not open for further replies.

Share This Page