Topic Resolution: Resolved
  • Closed
  • mad cucumber
    Spectator
    17.11.2015 at 13:36 #22117

    Hello
    I’m trying to get my full width frontpage without any menu/header but don’t know how.
    When using Full/100% width template i’m getting my background picture and other elements as i want them but can’t disable menu/header.
    when using blank page template there is no header/menu but i can get my background picture only in ‘boxed’ mode, when in ‘wide’ mode can’t change the background.
    Please advise

    Denzel Chia
    Moderator
    Posts: 2656
    21.11.2015 at 08:48 #22266

    Hi Cucumber,

    I had login to your site and applied the following codes.

    .page-id-2422 .sticky-header,.page-id-2422 #header {
    display: none !important;
    }

    They only apply to http://www.madcucumber.com/2422-2/

    Use the following, if you want to hide menu for the whole site.
    .sticky-header, #header {
    display: none !important;
    }

    Thanks!

    mad cucumber
    Spectator
    Posts: 4
    22.11.2015 at 23:40 #22283

    You’re great,
    Thank You

    Website Design
    Spectator
    Posts: 15
    24.11.2015 at 07:03 #22338

    Thank you for the custom CSS code. It did remove the menu bar; however, there is now a lot of empty space between the header and the body of the page. I am using a static home page and have used custom CSS code to hide the page name. I’m not sure what is taking up the space, but my customer is going to want the body of the page to come right after the header. Is there a way to tweak it further to remove the blank space under the header?