Umasankar Arulanantham
asked 10 years ago

How can i hide the author under the post?

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)

<style>.single-post .co-author {    display: none;}</style>

Regards,

Powered by DW Question & Answer Pro