Hi, how can i hide or remove the author box (the one that is saying "About [authorname]") on the bottom of each post? Thanks, Matthew
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .author_box { display: none; }