Knowledge Base

Can I disable the author link on blog post pages?

Written by HubSpotted | Jun 7, 2026 8:05:35 PM

In your HubSpot account, please go to Settings > Content > Pages and add the following code into the Site Header HTML field:

<style>
    a.focus_grid-author-name {
    pointer-events: none;
    cursor: default;
  }
</style>

That would do the trick.

Back to Knowledge Base