Tagged: blog posts
Hi how do I edit the image that is at the top of my blog posts? It is the same image at the top of every post and I can’t figure out how to change it.
Hey B,
It looks like it’s set as a background to the first Color Section element on the page, please check that out.
Best regards,
Rikard
Hi,
Thanks for that, was the theme customised in any way? I’m asking since that is not the default behaviour of the theme.
Best regards,
Rikard
Hi,
Your single.php has been customised and the image is hardcoded to it, please see private.
Best regards,
Rikard
Thanks Rikard, do you know why the image is being cut off on desktop? It’s the same image that’s used on the main blog page and it’s not being cut off on that page
Hi,
I can’t see any differences between the two URLs in private?
Best regards,
Rikard
Hi,
Thanks for the update, though I still can’t see any difference between the header images on those two pages, could you post a screenshot of the problem please? Please note that this is not a theme issue.
Best regards,
Rikard
Hi,
The background size is set to “cover”. Try to set it to “contain”.
#banner-section {
background-size: contain !important;
}
Best regards,
Ismael