would like header image on blog page
- The topic ‘would like header image on blog page’ is closed to new replies.
Need help? Check out our Support site, then
Hi, how do a get a larger header image to appear on my blog page? Right now, it looks like this: https://functionalcondition.wordpress.com/updates/
It’s the only page on the site that doesn’t have a space for a header image.
Thanks.
The blog I need help with is: (visible only to logged in users)
Hi there,
As this page is a post page, it doesn’t have hero image support. A tweak can be using CSS like this:
.site-content:before {
background-image: url('https://functionalcondition.files.wordpress.com/2018/08/grant-9.jpg?w=1611');
height: 480px;
}
Cheers.