Site logo

Archived topic

Broadcast theme home hero site header custom image not showing

3 replies · Started by Peter on April 25, 2020

Viewing posts 1–4 of 4

just installed the Broadcast theme and the home hero site header custom image not showing? Regards
Peter

Hi there,

Not sure if I fully understand. The default Broadcast template isn't using a background image:
http://gpsites.co/broadcast/

Let me know if I'm missing something :)

I mean can I upload a custom image into the home hero element to replace the green gradient?

Hi there,

the gradient is added using some CSS - if you want to remove that then go to Customizer > Additional CSS - find this:

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

And remove this line:
background-image: linear-gradient(145deg, transparent 0%, rgba(255, 255, 255, 0.5) 100%);

Then go to Appearance > Elements and look for the Header Element - where you can select a Background Image > Custom Image.

This archived topic is closed to new replies.