Home › Forums › Theme support › Letters Theme: How to Remove the Post Author Box › Reply To: Letters Theme: How to Remove the Post Author Box
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