Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3098627
disable the permalink of the Author
Closed

Comments

  • walterwen008 started the conversation

    Hi,

    How to disable the permalink of the Author? Just show it as a text.

    Thanks.

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    a.url.fn.n,
    .author-content a {
        pointer-events: none;
    }

    Regards,
    PenciDesign.