• Resolved thiesko

    (@thiesko)


    Hi fruitfulcode

    I want to hide the menu on the home page!
    I have tried several options but they don’t work.

    Please help.

    greets Thiesko

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there Thiesko,

    How are you doing today?

    This should be possible with some custom CSS. Just out of curiosity how will your users navigate on your site if you remove the menu on your home page?

    To do this please try adding the following CSS code in Appearance >> Theme Options >> Custom CSS:

    .home nav.site-navigation.main-navigation {
    display: none;
    }

    This should remove menu on your home page only. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter thiesko

    (@thiesko)

    Bojan i used:

    .home .main-navigation ul {
    display:none;
    }

    And that worked but i’ll try your code aswell

    Thread Starter thiesko

    (@thiesko)

    works great thanks again

    Hey again,

    That is pretty much the same thing so you don’t have to try my code. Glad you managed to sort that out 🙂

    Have a great day!

    Cheers,
    Bojan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide menu from home page’ is closed to new replies.