Vijay Kumar
asked 11 years ago

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
DominicStaff
answered 11 years ago

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

Vijay Kumar
replied 11 years ago

Thanks for quick reply.

Powered by DW Question & Answer Pro