header inner pages

Home Forums Lawzo Theme Support header inner pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200855
    stefano troianistefano troiani
    Participant
    • Topics: 5
    • Replies: 4
    • Total: 9
    Member since: May 15, 2022

    Hi,
    I would like to set all the inner pages with a background image as the home page, I mean, with the background image covering all the header, including menu and upper utilities bar. Is there a way to do it? No slider needed.
    These are my home page and one inner page as example. Theme is “Lawzo”

    https://www.sviluppoweb.cloud/corebc/
    https://www.sviluppoweb.cloud/corebc/quienes-somos/

    Thanks,

    stefano

    #200863
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header_wrap.layer_wrapper {
      position: absolute;
      width: 100%;
      z-index: 10;
    }
    .page_head img, .post_head img {
      height: auto;
    }

    Regards,
    Chris

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