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
October 30, 2015 at 7:25 am
#22024
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