Is there a way to disable (with css?) the tooltips when you hover over an icon? The icons tell me all I need to know. For example: The pin icon displays the text “pin”.
Try this:
.tooltip { display: none !important; }
Ah duh, thanks alot, I’m new to all this!
No problem!
Here’s a good guide on getting started with CSS for more customization: Getting comfortable with Obsidian CSS