Support Forum

turn off tooltips

MC Mark Cornwall
Mark Cornwall
Member

Finding the use of tooltips on all buttons and links distracting and unnecessary – can I disable them globally?

 

Thanks.

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Keep with the SP theme. This time you need the spFunctions.php file (also in the templates folder).

At the top you will find this php define startement

define('SP_TOOLTIPS', true);

Just change the true to false.