Hide The SMTP Setup Help Doc Link
How to hide The SMTP Setup Help Doc Link in GHL Customer Care
Assistants need to reach this page over the internet. While it is only running on your machine, these two buttons will not be able to load it.
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.
1What this link looks like
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.
2Hide it with a custom CSS snippet
Log into your account and go to Settings → Agency Settings, then scroll down to the Custom CSS field.
.hl__smtp-help-doc {
display: none;
}Save the Custom CSS field. The SMTP setup help doc link will now be hidden from view.
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
Was this guide helpful?