Marko Jaric
asked 11 years ago

How to hide author bio-line at the bottom of the post, just above the comments section?

I want this to appear on some posts, but not on most.  Is there a way for me to selectively turn it off for some posts, such as press releases.  If not, how can I remove it from all posts?

1 Answers
DominicStaff
answered 11 years ago

To resolve this problem, you can log in to Dashboard > Theme > Customize > General Settings > Add the following code in the “Header Script”

<style>
#comments {
    border-top: none;
}
</style>

Hope this helps !
Regards,
Dominic

Powered by DW Question & Answer Pro