Kastriot Ramadani
asked 9 years ago

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

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 !

Powered by DW Question & Answer Pro