Home › Forums › WordPress Themes – Premium › Encase Pro › Remove author and comments text from above post › Reply To: Remove author and comments text from above post
November 2, 2015 at 6:04 am
#22040
Participant
Hi Boris,
Please add the following css to fix the issue:
section.author-bio.clearfix {
display: none;
}
Thanks