Hello timtekk,
=> Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
=> If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder
figure.mh-loop-thumb{
display: none;
}
Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme
Hope this will helps you.
Hi Timtekk,
thanks for using MH Magazine lite.
Actually the image placeholders just appear because you haven’t set featured images. If you plan to run a professional magazine site, then it would be highly recommended to set featured images for your posts: How to set featured images in WordPress.
Also, in case you just want to hide the image placeholders for the posts that don’t have a featured image, then the above mentioned code is not correct. The correct code should be:
.mh-image-placeholder { display: none; }
How do I resize a feature image? When I utilize the feature image it is gigantic when opening a reading the blog post. It takes up too much space.
@timtekk: Please have a look at the posts in the theme demo. The theme has been designed to have featured images on posts with size of 678px x 381px.
You just need to upload featured images with at least that size and WordPress will generate the necessary thumbnails automatically. If you don’t want to have a featured image on posts in the free theme, you could have a look here.