Tagged: author name
When I hover over the author’s name on a post, there’s a link that reveals the author’s username. Is there a way to get rid of that link, but keep the author’s name displayed?
Thanks and best wishes!
Hey Lance,
Please try the following in Quick CSS under Enfold->General Styling:
.single-post .author a {
pointer-events: none;
}
Best regards,
Rikard
Hi Rikard,
Thanks. That code seems to have done the trick. Appreciate your help.