How to remove featured image

  • Posted in : TheBlogger
  • jyunker
    Participant

    Hello — I had used featured images on a previous theme but don’t want them displayed on this theme. I’m using a child theme and want to know how best to remove them. You can view our site here: http://www.globalbydesign.com

    Thanks

    serkan
    Moderator

    Hi jyunker,
    If you want to hide the featured image on the homepage you can use this custom css code;

    .blog-regular .featured-image { display: none; }

    If you want to hide the featured image whole the website, you can use this custom css code;

    .featured-image { display: none; }

    Thanks

    jyunker
    Participant

    Thanks! That’s perfect. I’m curious if there is an easy way to include the featured image on the homepage (blog excerpts) but keep the featured image aligned left with text flowing to the right.

    Thanks again for your help.

    serkan
    Moderator

    Hi, If you use blog list instead of blog regular, your issue will be solved.
    Go to appearance > customizer > blog > and change blog type to list.
    http://themes.pixelwars.org/theblogger/default/?layout=list&main_slider_width=75&main_slider_ratio=16-9&link_box_ratio=16-9
    Thanks =)

    jyunker
    Participant

    Thanks Serkan. And one more question if you don’t mind! How do I leave featured-image on the home page (blog list) but remove it on single posts?

    Thanks!

    Jrbaus
    Participant

    I was able to achieve removing the post image while maintaining the post list image by:

    .layout-fixed .featured-image {
    display: none; }

    serkan
    Moderator

    Hi, You can use this custom css code;

    .single-post .featured-image { display: none; }

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register