Marko Jaric
asked 7 years ago

I want to hide or remove the Auth Bio text Area which displays on most posts and pages.  But I can’t find any setting which accomplishes this.  Please let me know.

1 Answers
Allen
answered 7 years ago

Well, you can hide it by css. Add this code to your theme style.css file 

.single-post .author-info { display: none; }
Powered by DW Question & Answer Pro