• I’m trying to add a header (called sitewide banner) in Virtue theme to all pages except the home page. The home page has a slider that I like, but I don’t want the sitewide banner to appear there.

    How do I stop the banner from appearing on the home page, or alternatively, how do I add headers to the other pages?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hi @toddc99,
    You can remove the sitewide banner from just the homepage with this css:

    .home .virtue_banner {
        display: none;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove sitewise banner from home page and just show slider images’ is closed to new replies.