Please elaborate your query a little bit more, as which title would you like to hide when you hover over the checkbox, are you referring to checkbox group label value?
Please also share an export of your form with us, so that we can have a better understanding on this.
What you want to hide is a browser tooltip that is displayed and generated by the browser, based on the value of “title” attribute (in this case of a related “label” element).
Hiding it is not a part of CSS specification and you would instead need to either use jQuery code to do this or instead you can get rid of the title attribute entirely by filtering HTML markup of the form on PHP level – before it gets renderer – for example like this:
You can add this code to your child-theme’s functions.php file if you are using child theme or you can instead add it as MU plugin:
– create an empty file with a .php extension (e.g. forminator-filter-label-title.php)
– put this as the first line of the file
<?php
– below this copy and paste shared code
– save the file and upload it to the “/wp-content/mu-plugins” folder of your site’s WordPress installation on the server
Hello @giacomoimbriani ,
We haven’t heard from you for several days now, so it looks like you no longer need our assistance.
Feel free to re-open this ticket if needed.
Kind regards
Kasia
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Disable title checkbox’ is closed to new replies.