Site logo

Archived topic

How do I change featured image in this page hero?

1 reply · Started by Liam on May 4, 2020

Viewing posts 1–2 of 2

Hi there,

I am using the "Broadcast" template within generate press.

On the home page, there is a light green/blue header. I would like to change this to an image. I've tried to upload the "background image" in the page hero to both "featured" and "custom" images, but the green/blue header remains and the image is nowhere to be seen? I basically just wanted to replace this coloured area with an image.

Any help would be really appreciated!

Thank you,

Liam

Hi there,

the Gradient is added using CSS. Go to Customizer > Addtional CSS and remove change:

.page-hero.gradient {
    background-image: linear-gradient(145deg, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
    max-width: 1440px;
    margin: auto;
}

to:

.page-hero.gradient {
    max-width: 1440px;
    margin: auto;
}
This archived topic is closed to new replies.