Hi – just trying to restore one of the design choices for the previous Casper theme i.e. I think version 1.5. The new 3.0 version has moved the post preview image into the body of the post. I’d like to either move it back to where it was, i.e. something like a header image, or remove it from the post entirely and definitely not have it in the body of the post.
What you describe is a bit weird. May I see your whole page.hbs ?
From my point of view it looks like your page.hbs is not the one called. Maybe you could try to edit post.hbs the same way ?
So I’ve played with it for 1/2 an hour this evening to get the main page looking more like v2 Casper.
I just added the following in my Code injection:
<style type='text/css'>
/* more like Casper-v2 posts overlay header */
#site-main, .posts {
overflow: visible;
z-index: 2000;
}
.post-feed {
margin-top: -70px;
padding-top: 12px !important;
z-index: 2000;
background-color: hsla(180,100%,100%,0);
}
.post-card-image-link, .post-card-content {
background-color: white;
}
/* this fixes text at 0px in mobile devices */
.post-card-content {
padding-left: 2px;
padding-right: 4px;
}
.post-card-content-link, .post-card-meta {
padding-left: 38px;
}
</style>
Note that this also fixes an annoyance when viewing your site in mobile where the text is banged right up against the left edge of the screen and so slightly hard to read.
IMHO this is simpler than modifying the templates.