Hi, guys! I’m a newbie here, so sorry for forum mistakes.
What I’m trying to do
I want to add a horizontal line after title automatically. I know about this feature from style settings plugin. It has this for headings, but it doesn’t for titles.
I think I can create a template, but it seems really inconvenient.
Thanks for help!
ariehen
October 19, 2023, 11:03pm
2
You could try something like this:
.inline-title {
padding-bottom: 2px;
border-bottom: 1px solid lightgray;
}
https://help.obsidian.md/Extending+Obsidian/CSS+snippets
1 Like
That’s it! I don’t understand how to find css class names yet, so thank you!
1 Like
If you are interested in poking around, here’s a great guide
Obsidian CSS Quick Guide
Hi friends! CSS in Obsidian can be confusing to get into, so this is a guide to get you started with information on the tools, methods, and some background knowledge!
Let’s get started by looking at how you can look behind the curtain of Obsidian’s visuals.
The Developer Console
Obsidian is technically like a website. As such, you can view the source like any other browser.
While you are inside the Obsidian window, you can press ctrl+shift+i to bring up the develope…
system
Closed
October 28, 2023, 6:11am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.