erlichman
asked 11 years ago
2 Answers
DominicStaff
answered 11 years ago

To resolve this issue you can log in to Dashboard > Theme > Customize > General Settings then add the following code to the “Header Script”:

 
.single-post .entry-thumbnail img {
display: none;
}
erlichman
replied 11 years ago

tnks!

erlichman
replied 11 years ago

Ok, perfect! But… this code remove the related post image too 🙁
How I can show the picture?

DominicStaff
answered 10 years ago

To display the Related post image, you can add the following code to the “Header Script”

<style>
.single .related-post .entry-thumbnail img {
    display: block;
}
</style>
Nilimesh Mukharjee
replied 10 years ago

I have used the codes mentioned above but it removes the sidebar thumbnails also. Is there an way to fix the issue?

Dominic Staff
replied 10 years ago

you can send me your site for further checking.

Powered by DW Question & Answer Pro