[Resolved] Can't change image on Homepage (Hero Image)

Home Forums Support [Resolved] Can't change image on Homepage (Hero Image)

Home Forums Support Can't change image on Homepage (Hero Image)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1006912
    Ermal

    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?

    #1006914
    Leo
    Staff
    Customer Support

    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 🙂

    #1006916
    Ermal

    That was fast. Thanks

    #1006922
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.