Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #73858
    kucherd
    Member
    Post count: 24

    Hi,

    Is there a way to remove the Main Menu and just keep the Top Bar menu.
    I would like to remove it completely so it’s also removed from the mobile site layout.

    thanks,
    Daniela
    firstgenerationfashion.com

    #73980
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this custom css:

    .visible-sm.visible-xs.mobile-menu-show {
      display: none!important;
    }

    – Kyle

    #74304
    kucherd
    Member
    Post count: 24

    Hi Kyle,
    Adding that CSS did not change anything about the menu. It still appears on the site and on mobile.
    I also tried changing the height to 0px but that didn’t work. Can you tell me if my current custom CSS is causing this problem, or another way to remove the menu.

    I added custom CSS to center the logo and main menu…but what I really want to achieve is a centered logo and no main menu.

    Thanks for your support!

    -Daniela

    /* Full width logo code */
    #header-section #logo {
    width: 100%;
    }
    #header-section #logo img, #header-section #logo img.retina {
    margin: 0 auto;
    }

    /* Full width menu code */
    #nav-section {
    width: 100%!important;
    }
    .nav-wrap {
    float: none!important;
    }
    #main-navigation {
    float: none;
    width: 100%;
    height: 48px;
    text-align: center;
    }
    nav .menu li {
    float: none;
    }

    /* Disable the nav search */
    #nav-search {
    display: none;
    }

    /* Responsive code */
    @media only screen and (max-width: 767px) {
    #header-section #logo img, #header-section #logo img.retina {
    margin-bottom: 20px;
    }
    #main-navigation {
    width: auto;
    height: auto;
    text-align: left;
    }
    }

    #header-section {
    padding: 0 0 !important;

    }

    .standard-post-author {
    display: none;
    }

    #74393
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, looks like you were able to remove the menu?

    #75090
    kucherd
    Member
    Post count: 24

    Hi Melanie,

    I was not able to remove the main menu. Could you suggest another way than the one listed by Kyle because it did not work.

    I thought it could be my current custom CSS changes that are causing a problem, therefore I posted them above.

    -Daniela

    #75230
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please try this instead:

    #nav-section {
      display: none;
    }

    – Kyle

    #75419
    kucherd
    Member
    Post count: 24

    Thanks Kyle, that worked!

    #75453
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register