• Closed
  • Steve Lindhorst
    Spectator
    July 1, 2014 at 8:09 pm #8511

    I’d like to have a static home page, with a slider and no header background image.
    But I’d like the header image to appear on all other pages (no slider).

    http://stevelindhorst.com/testsite/storage101/

    What custom CSS code do I need to enter?
    Or is there an existing option to make that happen?

    Thanks.

    Roman
    Spectator
    Posts: 3147
    July 1, 2014 at 8:54 pm #10134

    you could hide it on pages by using a css rule with an unique page class, for example:

    Code:
    .page-id-50 .custom-header {background:none;}
    Steve Lindhorst
    Spectator
    Posts: 1
    July 1, 2014 at 11:03 pm #10136

    Worked perfectly. Thanks so much!