Disabling Featured Images on All Single Post Pages
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
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
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
you can use this css thanks