Neon Dpi
asked 10 years ago

I want feature image in home page but not full view. Is it possible.

1 Answers
DominicStaff
answered 10 years ago

To disable the feature image in single post, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)

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

Hope this helps !

Powered by DW Question & Answer Pro