Site logo

Archived topic

Can't change image on Homepage (Hero Image)

3 replies · Started by Ermal on September 11, 2019

Viewing posts 1–4 of 4

I'm trying to change the default "hero" thing on the homepage, but i am only able to change the colors. I add a picture from Appearance -> elements, but when i refresh the page nothing happens.

Is there any other way to do it?

Hi there,

Go to Additional CSS field and remove:
background-image: linear-gradient( 145deg, transparent 0%, rgba(255,255,255, 0.5) 100%);

from:

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

Let me know if this helps :)

That was fast. Thanks

You're welcome

This archived topic is closed to new replies.