Home Forums Free Themes Tourable How to remove header image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86743
    PeterKes
    Participant

    Dear,

    Is it possible to remove the header image (hiding the image, but also hiding the reserved space for it)?

    I do currently have Tourable and evaluating to buy Tourable Pro.

    Thanks, Peter

    #86765
    wensolutions
    Keymaster

    Hello @peterkes,

    Please add below give CSS to remove the header image by going to Admin Panel > Appearance > Customize > Additional CSS.

    div#page-site-header {
        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.