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
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
Please login or Register to submit your answer