Disabling Featured Images on All Single Post Pages

edited June 2017 in Blog
Hi How to hide featured images in Details of the record.
Need only css code pls.
Go to - posts - add new - muffin builder - settings - thumbnails/hide - off/on
Need switcher ON,  css code, for custom css in template
image
This code remove it, but also remove thumbnails from related post, 
which is after single post.

.single-post .single-photo-wrapper.image { display: none !important; }

Thanks

Comments

  • Hi,
    you can use this css
    .section-post-header .single-photo-wrapper .image_frame {
    display: none!important;
    }
    thanks
  • Thank you
  • It could be great to have this feature as a switch in theme options > BLOG, PORTFOLIO, SHOP > blog

    Hide All Feature images in post details.
    As a plus, select categories to hide feature images in post details.

    Because if you use the above CSS the Share Box is still show in vertical and not horizontal like when you hide individual feature images in a single post.

    Thanks!
Sign In or Register to comment.