How could I remove the word “By” that appears in front of a blog post’s author in the single blog post view. I would prefer for just the Author’s name to appear.
Post Author, remove the word "By" in front of the author's name
Danish_Iqbal
#2
Unfortunately, there is no perfect CSS fix for this issue. You will have to modify the template files for a perfect solution.
Alternatively, you can use this CSS solution:
.mk-blog-hero.bold-style div.mk-author-name{
color: transparent;
}