Feature Image behind Page title?

I like the Shapely theme a lot.

I want the image to appear behind the page title

e.g. https://cotswoldspabreak.co.uk/enquire-book/

I’ve found this

but wondered whether I can just use settings in the theme itself ( I haven’t found this yet)

Ideas please?

Thanks

Tim

Hello,

I hope you are doing well today.

You can go to Appearance > Customize > Blog Settings > Blog Index Settings and add a background image there.

Best Regards,
Support

Thank you for your reply.

Please take a closer look at the site cotswoldspabreak.co.uk

We’re not using the Blog feature - i.e. there are no posts, only pages

Are you sure that Appearance > Customize > Blog Settings > Blog Index Settings and add a background image there will add a Feature Image behind Page title behind the page title only?

Many thanks

Tim

Hello Tim

try this css code:

section.page-title-section.bg-secondary {
background-image: url(https://cotswoldspabreak.co.uk/wp-content/uploads/2018/12/lounge-1110x530.jpg);
background-size: cover;
background-repeat: no-repeat;
}

you have to change image url in this code,

That’s so helpful

Is it possible to have a different image behind title on each page?

Thank you

tim

hi tim

Sorry but no, there is no such option, you need to create different codes for each pages separately,