Note: The Listed platform will permanently shut down December 31, 2026. Your data published on Listed will still be available in your personal Standard Notes account. Learn more

CSS Code to Remove Header Image on Listed blog

I dislike the header and meta image feature in the Listed blog settings.

Here's the code and steps to remove that setting:

Step 1: Create a new note in Standard Notes and call it "no-header-theme.css" (the name can be anything).

Step 2: Copy the following metadata structure and CSS, then paste it into your note.

---
metatype: css
---

 /* Hides author image */
.header-image-container {
display: none;
}

Step 3: Publish the note to your blog. Hopefully, this should remove the header image.


You'll only receive email when they publish something new.

More from Ikran
All posts