Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #167745
    javadth
    Participant

    hi

    is there possible to hide the header image in just a page?

    #167758
    sapana
    Participant

    @javadth:Yes you can hide the header image in specific page let me know in which page you want to hide the image, I will provide you with additional css.

    Kind Regards,
    Sapana

    #167781
    javadth
    Participant

    dear @sapana

    that page id is : 1234

    #167822
    sapana
    Participant

    @javadth: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #page #site-header-image {
        display: none;
    }

    I didn’t see the exactly page-id you have provided in your site, so you can add the respective page id in #page section in above code and hide the header image for that respective page.Let me know if you face any difficulty.

    Kind Regards,
    Sapana

    #167855
    javadth
    Participant

    th page id is : 1234

    #167897
    sapana
    Participant

    @javadth:Go to=> Appearance=> Customize=> Additional CSS=> add the following css

    #page-id-1234 #site-header-image {
        display: none;
    }

    Let me know if this works out or not? please send me the link of that page if it doesn’t work out.

    Kind Regards,
    Sapana

    #167934
    javadth
    Participant
    #168034
    Sakin
    Keymaster

    Sorry, please try the following css instead:

    .page-id-12344 #site-header-image {
        display: none;
    }
    #168048
    javadth
    Participant

    @sakin that worked

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘hiding header picture in a page’ is closed to new replies.