Hernan delgado
asked 11 years ago

Hi, how can erase featured image from single post on DW Focus?

1 Answers
DominicStaff
answered 11 years ago

To remove featured image from single post on DW Focus, you can log in to Dashboard > Theme > Customize. And the following code in the “DW Focus header script”

 
<style>
.single .site-content > .post .entry-thumbnail img {
display: none;
}
</style>

Hope this helps !
Regards,
Dominic

sandra jakovljevic
replied 11 years ago

Great very useful.

Powered by DW Question & Answer Pro