Home Forums Basel support forum Hide featured blog image inside post only Reply To: Hide featured blog image inside post only

#352355

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.post-img-wrapp{
display:None;
}
.blog-post-loop.has-post-thumbnail .entry-title{
padding-top:50px;
}
body .blog-post-loop.has-post-thumbnail .post-date{
	top: 30px;
}

Best Regards