• Resolved pinballnate

    (@pinballnate)


    How do I get rid of the link in the Author’s name? The link takes users to authors website, I do not want this.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor webnus

    (@webnus)

    Hi @pinballnate,

    You can use the CSS below:

    .dpr-wrap .dpr-discu-user-name a {
        pointer-events: none;
        text-decoration: none;
    }

    You can add the CSS in customizer > Custom CSS/JS > CSS Codes.

    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Author Link’ is closed to new replies.