Conceal ToolTips in GoHighLevel Using a Simple CSS Snippet
Updated June 2, 2023
Tooltip icons in GoHighLevel can clutter the interface and expose platform hints you'd rather keep hidden from clients. By adding a single CSS rule to your Agency account settings, you'll completely suppress all tooltip icons across your white-label environment.
If you prefer that your clients cannot see ToolTips, you have the option to hide them by inserting the provided code into the Custom CSS field within the Agency account settings.
.fa-question-circle { display: none; }
Keep learning