Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

yED Graph editor - Hover, can I change it from grey background to white ?

0 votes
Hi, I use the hover function to give me more info on a "node".

If possible I would like to change the pop up, too white background as at the moment it is grey.

 Using Version 3.21.1     

Thanks
in Help by

1 Answer

0 votes

The only way to change the appearance of tool tips in yEd is by specifying a HTML-formatted description text like e.g.

<html>
<body style="background-color: #FFFFFF;">
<p>Description text here.</p>
</body>
</html>

 

by [yWorks] (160k points)
Where would this be ?
Legal Disclosure | Privacy Policy
...