WordPress Themes, Plugins and HTML Templates › Forums › Prana WordPress Theme › Remove Author › Re: Remove Author
March 27, 2015 at 5:38 am
#1101
Participant
Hello,
Please follow the simple steps to remove author.
Go to `Appearance > Prana Options > Extend Settings`
Use the following CSS Code Snippet in the Custom Styles and select “yes” for Use Custom Styles
Save Changes
.entry-date+.entry-meta-sep,
.entry-author {
display: none;
}[/CODE]
Thanks[CODE].entry-date+.entry-meta-sep,
.entry-author {
display: none;
}[/CODE]
Thanks