Okay
  Public Ticket #2679138
Removing link from author in blog header
Closed

Comments

  • Ina started the conversation

    For SEO reasons I deactivated the authors archives for the blog, but still want to display the author's name in the header. How can I deactivate the link that is still active when hovering over the name?

    Thanks!

    Ina

  •  8,387
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .single #page-header-bg #single-below-header > span.meta-author.vcard.author a {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Ina replied

    Wow, thank you so much for the quick reply. It worked perfectly!

  •  8,387
    Tahir replied

    Let us know if you have any futher queries.

    Best


    ThemeNectar Support Team