Listed.to Tutorial: How to Remove the Header Image
February 7, 2023•59 words
To remove the header image on your listed.to main page, publish a note with the following contents:
---
metatype: css
---
/* Hides author image */
.header-image-container {
display: none;
}
Been asked a couple of times how I remove the header image on my listed.to page, so I thought I'd make a post on this.