Site logo

Archived topic

Remove post author's link

3 replies · Started by tbgr on June 15, 2021

Viewing posts 1–4 of 4

Hello.

I want all of my blog posts NOT to have an author's name that's clickable.

Thank you.

Hi there,

You can give this CSS a try:

span.author.vcard a {
    pointer-events: none;
}

If it doesn't work, please link us to your site.

Let me know :)

That did it!

Many thanks!!!

You are welcome :)

This archived topic is closed to new replies.