What I have figured out is:
- Use a separate text editor create a file with .css extension in the folder yourvaultname/.obsidian/snippets
(You’ll have to create that subfolder.)
“obsidian.css” seems standard, But I think you can have multiple files with whatever names.
-
In Obsidian, Settings > Appearance > scroll to bottom and turn on your CSS snippets.
-
When you find a snippet that does what you want (e.g. on the forum) paste it there, save the file, and you should see the change.
I agree that much of the info seems to assume a familiarity with CSS. I don’t mind hacking code, but I need some kind of guide to the various snippets and how to modify specific elements.