Home › Forums › WordPress Themes – Premium › Encase Pro › Remove author and comments text from above post
How do I remove the author name and number of comments text from above a post? See attached image
and here is link to post
http://www.borisgutierrez.com/beautifully-remodeled-burbank-charmer-rent/
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
Worked great. Thank you!
Hello. I just tried this same fix on another installation and the author link is still there.
http://www.pasadena-real-estate.com/pasadena-occupancy-inspection-and-certificate-of-compliance/
Please see below post and you’ll see “About the Author boris….” I want to remove this.
thanks
section.author-bio.clearfix { display: none; }
That did it. Thank you
You are welcome and if you face any problem in future, then please let us know. We are happy to provide solution asap.