July 31, 2013 at 6:04 am
#2894
Rabin Shrestha
Participant
Hi,
For removing the “By author” from the post you can paste the CSS below in your Custom CSS box
.by-author{
display:none;
}
and click Save All Changes
But the vertical bar will remain in the front. For that to remove you have to edit the code through child theme.
Rabin