Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Portals: How to Customize Tooltips?

Posted on by 412

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.

8267.Screenshot-_2800_8_2900_.png

*This post is locked for comments

  • Suggested answer
    Aric Levin Profile Picture
    Aric Levin 30,188 on at
    RE: Portals: How to Customize Tooltips?

    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.

  • Suggested answer
    Justinjose Profile Picture
    Justinjose 2,707 on at
    RE: Portals: How to Customize Tooltips?

    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

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans