Growthable

How to Hide the SMTP Setup Help Doc Link from Your Clients

Updated June 2, 2023

Leaving the SMTP Setup Help Doc link visible can expose clients to generic GHL documentation that breaks your white-label experience. By the end of this guide, you will have hidden the link entirely using a simple CSS override in your GoHighLevel Agency Settings.

If you prefer to hide the link for the SMTP Setup Help Doc from your clients

To hide the link for the SMTP Setup Help Doc from your clients, follow these steps:

  1. Log into your Account.
  2. Go to Settings > Agency Settings.
  3. Scroll down to the Custom CSS field.
  4. Paste the provided code into the Custom CSS field.

.hl__smtp-help-doc {

display: none;

}

Keep learning