Skip to content
Email

Hide The SMTP Setup Help Doc Link

How to hide The SMTP Setup Help Doc Link in GHL Customer Care

2 min read401 words1 explained imageUpdated Wed, 1 Jul at 6:13 AM
View as markdownOpen in ClaudeOpen in ChatGPT
Each image has a one line explanation. Switch to full detail for the step it belongs to, the fields and buttons involved, examples and the whole procedure.
On this page
  1. What this link looks like
  2. Hide it with a custom CSS snippet
  3. Frequently Asked Questions
Agency Settings
Hiding the SMTP Setup Help Doc Link
A short custom CSS snippet to remove the SMTP setup help doc link from your clients' view.
Overview

This article is a brief guide on how to hide the SMTP setup help doc link using a custom CSS snippet in your agency settings.

If you don't want your clients to see the SMTP setup help doc link shown below, follow the steps in the next section to hide it.

What this link looks like (image 1 of 1) What this shows Agency Settings Hiding the SMTP Setup Help Doc Link A short custom CSS snippet to remove the SMTP setup help doc link from your clients' view. What this shows Illustrates the "What this link looks like" section of "Hide The SMTP Setup Help Doc Link". This screenshot appears in the "What this link looks like" section of "Hide The SMTP Setup Help Doc Link". For context, this section explains: Agency Settings Hiding the SMTP Setup Help Doc Link A short custom CSS snippet to remove the SMTP setup help doc link from your clients' view. Overview This article is a brief guide on how to hide the SMTP setup help doc link using a custom CSS snippet in your agency settings. Table of Contents 1…. Image 1 of 1
Buttons and menus referenced Settings → Agency SettingsCustom CSS

2Hide it with a custom CSS snippet

Step 1
Open Agency Settings

Log into your account and go to Settings → Agency Settings, then scroll down to the Custom CSS field.

Step 2
Paste the following code
.hl__smtp-help-doc {
  display: none;
}
Step 3
Save your changes

Save the Custom CSS field. The SMTP setup help doc link will now be hidden from view.

Good to Know

If you decide to show the SMTP setup help doc link again later, simply remove this code from the Custom CSS field.

3Frequently Asked Questions

Q: Will hiding the link affect my clients' ability to set up SMTP?
No. This only hides the visible help doc link — it doesn't change or restrict the underlying email service settings or functionality.
Q: Where exactly do I paste the custom CSS?
In Settings → Agency Settings, scroll down to the Custom CSS field and paste the snippet there.
Q: Does this apply to one sub-account or the whole agency?
Custom CSS set at the agency level applies across your agency's client-facing views. Check your specific settings location if you only want it applied more narrowly.
Q: How do I bring the link back later?
Remove the .hl__smtp-help-doc snippet from the Custom CSS field and save — the link will reappear.
Q: Can I hide other elements the same way?
Yes, the same approach works for other elements that expose a stable CSS class — target the class with display: none; in the Custom CSS field.
Q: Could a future update break this snippet?
It's possible if the underlying class name changes in a future release. If the link reappears unexpectedly after an update, check whether the class name has changed.

Was this guide helpful?

Related guides