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

    Website Design
    Spectator
    Posts: 15
    18.11.2015 at 00:19 #22137

    I am using evolve+ for one of our customer’s websites, and he doesn’t want a menu at the top. I don’t see an option to disable it. Please let me know if this is possible and if so, how do I disable it.

    Denzel Chia
    Moderator
    Posts: 2656
    18.11.2015 at 07:29 #22145

    Hi Mad Cucumber,

    Please post your website url.
    I will provide you with custom css code to hide your menu on your homepage.

    Thanks!
    Denzel

    Website Design
    Spectator
    Posts: 15
    18.11.2015 at 08:15 #22149

    I would like the css code to hide the menu as well. The temporary URL of the website I am working on is: http://173.254.97.203/~mericdl8. When the design is finished, the URL will be http://www.americanaww.com.

    Thank you.

    Website Design
    Spectator
    Posts: 15
    18.11.2015 at 09:17 #22150

    I found that I can disable the menu in the header options.

    mad cucumber
    Spectator
    Posts: 4
    18.11.2015 at 16:40 #22156

    Hello Denzel,
    Please see the url below
    http://www.madcucumber.com/2422-2/
    it’s a test page but you can see the issue

    Regards
    Cucumber

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:52 #22185

    Hi Cucumber,

    Please use the following codes in Theme Options -> Customer CSS

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

    Thanks!

    mad cucumber
    Spectator
    Posts: 4
    19.11.2015 at 19:32 #22210
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:59 #22239

    Hi,

    I cannot see any Theme Options with that access you gave me.
    You should gave me administrator access.

    Thanks!

    mad cucumber
    Spectator
    Posts: 4
    20.11.2015 at 13:31 #22248

    Hello,
    Sorry don’t know what happened, sorted now – you have admin rights.
    Regards

    Website Design
    Spectator
    Posts: 15
    21.11.2015 at 04:52 #22257

    Will this code remove the menu from all pages or only one page? If only for one page, can you provide custom CSS to remove the menu from all pages?