• I am using the Matheson theme and would like to remove the header image from all pages except the home page.

    The theme author said use

    .header-img {
    display: none;
    }

    .home .header-img {
    display: block;
    }

    Could anyone tell me where to insert this in the stylesheet? I tried inserting it at the end but no result.

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove header image from all pages except home’ is closed to new replies.