[Support request] How do I change featured image in this page hero?

Home Forums Support [Support request] How do I change featured image in this page hero?

Home Forums Support How do I change featured image in this page hero?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1268366
    Liam

    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

    #1268578
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.