Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #185200

    Hi

    I’ve been searching the forum and trying different settings in the Enfold-theme options and menu options, but I can’t figure out how to remove the entire menu with logo and all.

    http://www.intouchprogram.se

    Menu includes home home Portfolio blog etc

    Best regards, Oskar

    #185202

    Hey oskarpalmenfelt!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_menu { display: none; } /* removes main menu */
    div .logo { display: none; } /* removes logo */

    Cheers!
    Yigit

    #185228

    Thank you for the fast answer, it works!

    But how do I get rid of the white bar that scrolls down, the one that used to hold the menu text?

    And how do i get the first picture to display right at the top of the page without a white boarder over it?

    And how do I get rid of the menu also on mobile?

    Best regards!

    #185230

    Hi!

    Please add following code as well to remove header completely

    #header { display: none; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove entire navigation menu’ is closed to new replies.