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

#22024
Anonymous
Inactive

Hi Boris,

Please add the following css to fix the issue:

p.entry-meta,
#content .author-bio {
    display: none;
}

Note: Please use the custom css plugin or child theme stylesheet to write custom css.

Thanks