• Resolved lovefamilyholidays

    (@lovefamilyholidays)


    Hi sorry me again (bet you’re fed up with me today!)

    Just a quick question regarding the featured image in a blog post article.

    I’m finding in many cases I’d rather not have a large image at the top of blog posts, one because they set everything further down the page and two because often they don’t fit properly and look unprofessional.

    Please see http://lovefamilyholidays.co.uk/sherwood-forest-country-park-with-kids-robin-hood/ to see what I mean.

    However, If I don’t set one, I end up with the homepage having just text showing up for the article. I’d like a picture to appear there.

    Is there any way of having a featured image but just on blog posts not having them above the post? Even if it’s just for individual blog posts, as I don’t want it to affect my classifieds listings on my site using wp adverts.

    Thanks again for all your help.

    Sally

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules into Custom CSS Editor:

    .feature_inner_ling {
        display: none;
    }
    .post_format_con {
        display: none;
    }

    Save the changes.

    Thank You

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Hi

    Thanks again for your help.

    Unfortunately this removes the preview images at http://www.lovefamilyholidays.co.uk

    Is the code missing something?

    Thanks

    Sally

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Try below CSS rules

    img.attachment-kyma_single_post_image.size-kyma_single_post_image.wp-post-image {
        display: none;
    }
    .post_format_con {
        display: none;
    }

    Thank You

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Works perfect now, thanks! 😀

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    if you don’t want above solution then you can try below solution.

    I think you are using a “Child-Theme”.

    If yes,

    Then Go to your “Child-Theme” directory.

    Now create a “single.php” file into “Child_Theme” directory.

    Now copy the code from “single.txt” file and paste into above created file.

    Save the changes.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Featured image not really wanted’ is closed to new replies.