How do I remove the author’s name from my blog posts? I’m using the Enfold theme.
Hey athenamiller!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-author.minor-meta, .text-sep-comment {
display: none!important;
}
Best regards,
Yigit
This worked great – thanks!!