This topic is locked
[SOLVED]

 Tooltips

1/3/2017 6:40:48 PM
PHPRunner General questions
R
rgfischerjr author

I've searched and can't find this... I am hoping there is a simple way to disable / turn off tooltips.

admin 1/4/2017

You can do that using Custom CSS. You need to figure out what CSS class tooltips have and add display: none; attribute to this CSS class. The actual code depends on layout that you use.

R
rgfischerjr author 1/4/2017

Darn, was hoping for a check box!
thanks!

Raymond