2 Answers
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;
}
tnks!
Ok, perfect! But… this code remove the related post image too 🙁
How I can show the picture?
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>
I have used the codes mentioned above but it removes the sidebar thumbnails also. Is there an way to fix the issue?
you can send me your site for further checking.
Please login or Register to submit your answer