Cindy Phonsavane
asked 10 years ago

Hello,
Is it possible to delete the format?
As an example, it stands “standard” on each article below the featured image of each article.
 
Many thanks
 
 

1 Answers
DominicStaff
answered 10 years ago

To remove the post format below the image for each post, you can  add the following code to the Header Code (Dashboard > Customize > Custom Code.)

<style>
.entry-format {    display: none; }
</style>

Regards,

Cindy Phonsavane
replied 10 years ago

Thank you!

Powered by DW Question & Answer Pro