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

#22040
Binaya D
Participant

Hi Boris,

Please add the following css to fix the issue:


section.author-bio.clearfix {
    display: none;
}

Thanks