How do I remove author name from post?

Support,

How do I remove what’s in this screenshot: https://share.getcloudapp.com/RBudYQ1m

from this post: https://getillinoisnow.com/2019/12/3-tips-for-how-local-businesses-can-increase-their-
revenue/

Thank in advance for your kind assistance in this matter.

Hi @bgordy0043,

Thank you for reaching out to us. To remove the author box from posts, try adding the following code in the Theme Options > CSS:

.single .abh_box {
    display: none;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Nabeel,

Thanks for your help the issue was fixed.

We’re glad the issue is fixed.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.