We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.
.post__title {display: none;} More complicated way: override your theme’s post.hbs file and remove the heading there. Then it won’t even appear in your HTML.
Great, that worked well!!
Any easy way to reduce the space between the top an my headline-image? It is just a “nice to have” thing …
I’m not sure what that theme this is, but try something like:
.post__header {padding-bottom: 0;}
If this doesn’t work, drop a link to your website.
It also occurs to me that you could just make the little dragon a background image for the post headings, unless you want a different image for each post.
.post__header {padding-bottom: 0;} If this doesn’t work, drop a link to your website.
It also occurs to me that you could just make the little dragon a background image for the post headings, unless you want a different image for each post.
That also worked well … so currently I am absolutely happy!