Hi, how can erase featured image from single post on DW Focus?
1 Answers
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
Great very useful.
Please login or Register to submit your answer