Hello there, is there any way to disable showing featured image on single post, because I changed the theme now I have problems it shows me duplicate pictures. Can you do any update and add that option to the customize section … thanks
1 Answers
To remove the feature image in the single post, you can add the following code to the style.css file:
.single .site-content>.hentry .entry-thumbnail img { display: none;}
Hope this helps !
Please login or Register to submit your answer