Hello everyone,
I am trying to customize the CSS of Tooltips.
Tried around some theme changes and Jquery but nothing worked.
Do you have any suggestion?
Many thanks in advance,
Irena.
*This post is locked for comments
Hello everyone,
I am trying to customize the CSS of Tooltips.
Tried around some theme changes and Jquery but nothing worked.
Do you have any suggestion?
Many thanks in advance,
Irena.
*This post is locked for comments
You can't customize the css for the out of the box tooltips.
You can create your own styles with tooltips using javascript (such as in the link below):
www.w3schools.com/.../howto_css_tooltip.asp
Hope this helps.
Hi Ira,
As far as I know for the Buttons only by using java script. Add following script in Header Web template.
<script>
$( document ).ready(function() {
$(".weblink a[title|='Current Tool Tip']").attr('title','Updated Tool Tip');
// add alert for testing purpose to make use JavaScript loaded
alert("JS load");
});
</script>
The highlight codes are case sensitive
Thanks
Justin Jose
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156