Viewing 3 replies - 1 through 3 (of 3 total)
  • Jack

    (@jdabber)

    site-header and site-footer are either classes or IDs

    So you need a target in the css like
    `
    .page-id-1815 .site-header,
    .page-id-1815 .site-footer {
    display: none;
    }
    `

    Your code is missing the period ” . ” To target the classes correctly.

    • This reply was modified 9 years ago by Jack.
    Thread Starter mindiapolis

    (@mindiapolis)

    got it, thanks!

    Jack

    (@jdabber)

    Cool. If you could mark this post as “resolved”, it would help the community a lot. Good luck to you.

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

The topic ‘just the background image’ is closed to new replies.