Home Forums Pro Themes  Travel Insight Pro I want to remove the header.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81294
    Jessy
    Participant

    Hey guys.
    I would like to remove the header image from all page except the homepage.

    Can you help me with this plz 🙂

    #81394
    wensolutions
    Keymaster

    Hello @jessy,

    To remove the header image in the pages except in the home page please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page section#banner-image {
        display: none;
    }
    .blog section#banner-image{
    display: none;
    }

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    Regards!!

    #81428
    Jessy
    Participant

    It work but not on all pages! 🙁

    #81636
    wensolutions
    Keymaster

    Hello @jessy,

    Can you please provide the site URL and the pages where the CSS is not working so that we can provide the precise fix?

    Thank you.

    Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.