Tagged: featured image
How to hide featured image the single post? I want to use the featured image just to show thumbnail post, but do not want to display it inside the post. What should I do?
Hey!
Try adding this code to the Quick CSS:
.single-post .big-preview{
display: none !important;
}
Cheers!
Josue
Thanks! Solve the problem. :)
You are welcome, glad we could help :)
Regards,
Josue