For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hiding ToolTips With Custom CSS

If you don't want you clients to be able to view ToolTips, you can hide them by entering the following code into the Custom CSS field at the Agency account level:

.fa-question-circle { display: none; }

Last updated