/*
Add CSS rules here to hide featured images and content images for non-admin visitors.
Example selectors only; replace with your theme-specific targets.
*/

.lika-creative-slider, 
.lika-post-img, 
.widget .post-image, 
.lika-related-image, 
.entry-content img {
    display: none !important;
}