Finding the use of tooltips on all buttons and links distracting and unnecessary – can I disable them globally?
Thanks.
Finding the use of tooltips on all buttons and links distracting and unnecessary – can I disable them globally?
Thanks.
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.