Home Forums Free Themes Travel Insight How To Delete Header Image?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #76770
    Notsew5973
    Participant

    Is there a way to delete the header image fully?

    I can change the header to other images but I can’t remove it completely. Is there a way to do this or is it one of those inconveniences that are set up for me to purchase the PRO version?

    #76779
    wensolutions
    Keymaster

    Hello @notesew5973,

    Please add below given CSS to remove the header image from the pages.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

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

    Hope this helps.

    Regards!!

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