Change hight of the header image

Hello, the header image is very small as I have seen here: )section.page-title-section.bg-secondary-header-image-bg 1543px x 225px)
How can I change it to a bigger size, like 400px?

Thanks for answers

Hey there

I can help you with that, please provide direct URL of the page and I will check it

Regards

Hi, thanks for your answer. The URL is: https://unterwegs-web.de

This site is still under construction!

Thanks in advance,
Josef

One more question to this matter: how can I avoid that the “text” of the post appears in the header picture?

Hi there

Add this code in the Appearance > Customize > Additionall CSS:

.page-title-section {
    height: 400px;
}

and choose a better image with more than 225px height

Regards

Perfect, thank you very much!

Cool, nice to hear it worked :slight_smile: