Wilder Gulmi-Landy

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: remove header image #22473
    Wilder Gulmi-LandyWilder Gulmi-Landy
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: August 19, 2015

    Hope this helps.. After a long time trying to figure this out i finally did..
    Insert this code to Custom CSS and it will remove Header Images on all pages

    .innerbanner {
    display: none;
    }

    .home .innerbanner {
    display: block;
    }

    in reply to: remove header image #2 #22472
    Wilder Gulmi-LandyWilder Gulmi-Landy
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: August 19, 2015

    I don’t really understand why no one has answered anyone with this issue…
    BUT i figured it out i added this code to Custom CSS and it will remove Header Images on all pages


    .innerbanner {
    display: none;
    }

    .home .innerbanner {
    display: block;
    }

    in reply to: remove header image #2 #22471
    Wilder Gulmi-LandyWilder Gulmi-Landy
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: August 19, 2015

    I have the same question can someone please answer this?

Viewing 3 posts - 1 through 3 (of 3 total)