When I open a post it shows double images. I have added one featured image and a image in post. Please resolve my problem?
1 Answers
If you want to remove featured image in the post. you can log in to Dashboard > Theme > Customize > General Settings > add the following code in the “Header Script”
<style>
.single .site-content > .post .entry-thumbnail img {
display: none;
}
</style>
Hope this helps !
Regards,
Dominic
Thanks for quick reply.
Please login or Register to submit your answer