Home Forums Theme support Letters Theme: How to Remove the Post Author Box

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 9 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hi ~

    I have searched high and low and cannot seem to find the option that allows you to turn off the author information at the bottom of each post. Any ideas on how to accomplish that?

    Thanks,
    Ree

    Hi Ree,

    at the moment you can remove it only with CSS, but in one of the next updates we will add an option to remove it.

    Please go to WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

    div#authorarea {
    display: none;
    }

    This css code will remove the box

    That worked perfectly. Thank you!

    I really appreciate the great support offered by your team.

    Ree

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.