Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110258
    agata
    Participant

    how can I hide header from blog page only? my website http://www.theproperva.co.uk

    thx

    #110291
    Mahesh
    Keymaster

    @theproperva: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .blog #header-featured-image {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘how can I hide header photo from one page only?’ is closed to new replies.