• Hi there,

    I would like to remove the header area that contains the site title, description and menu. Is this possible?

    Ultimately, I would like the page banner to sit directly below the thin coloured bar at the top (the one with phone and email details).

    Thank you for any help you can give!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author marsian

    (@marsian)

    possible, try following CSS code in “costomize” > “layout Options” > “additional style”

    .page-id-325 .headerinnerwrap {
    	display: none;
    }

    page id class can be found in your page source from browser

    Thread Starter nyx87

    (@nyx87)

    Great, thank you!

    Is there a way to get rid of the white bar that’s left behind (the one that moves down the page as you scroll)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove title/descrip/menu area at top of theme’ is closed to new replies.