Tagged: Author link.
Hi There,
I would like to remove the Authors Profile Link from my all my news items. I’ve disabled ‘Blog Post Author’ Blog Post Comment Count, Blog Post Category but you can still see the authors name. These don’t show up in the individual stories but in the blog layout you can see them.
Thanks
Element
Hi ElementArt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-author, .text-sep-cat {
display: none !important;
}
Cheers!
Yigit
Thanx Yigit