Message at bottom of screen
Would it be possible to move the "Tip" at the bottom of the mind map screen and if so, how can I do this?
Hi @HJB1972 ,
the Tip is positioned via CSS. You can move it here: https://github.com/ondras/my-mind/blob/master/css/my-mind.less#L36
I have no coding experience whatsoever. I see the line in CSS. How do I edit this to show no tip?
Well, I assume we are talking about your personal My Mind installation. You need to have some development environment ready (such as a webserver to serve the app), including all the tooling needed to build the app (npm install).
To hide the tip, just add display: none to the set of properties inside of the #tip selector. You then need to re-build the app (make).
Ok no worries. Will just leave the tip! Thanks anyway.