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