> For the complete documentation index, see [llms.txt](https://docs.getgymini.com/gymini/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgymini.com/gymini/features/features-overview/settings/company-settings/hiding-tooltips-with-custom-css.md).

# 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:

{% code overflow="wrap" %}

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

{% endcode %}
