Obsidian publish is great, thank you

this is the code i put into my publish.css file:

.site-body-left-column-site-name::before {
    background: none;
    display: block;
    content: url(https://chad-bennett.github.io/links/meCircle.png);
    width: 100%;
}

you have to have the image stored publicly on the web somewhere, so i’m hosting it on github. guess i could have it somewhere on the publish site and get the url link so at least it is saved with the rest of the site.

it is a png with transparent background so it doesn’t look square. since it is part of the site name it is also clickable as a home button.

good luck getting it to work on your site.

5 Likes