Home › Forums › Basel support forum › Hide featured blog image inside post only › Reply To: Hide featured blog image inside post only
February 11, 2022 at 3:47 pm
#352355
Elise Noromit
Member
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