Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1272201

    Hello,
    I would like to use only on “Home” the burger menu, but on this page also the Fullwidth Sub Menu.
    I tried this code but unfortunately the Fullwidth Sub Menu does not appear.

    /* Burger Menu nur bei Home */
    .home #avia-menu > li, .home .menu-item {
    display: none !important;
    }

    .home #avia-menu .av-burger-menu-main, .home #avia-menu .menu-item-search-dropdown {
    display: block!important;
    }

    What could be the correct CSS code?

    #1272338

    Hey Maik,

    Is the menu supposed to be located under the slider?

    Best regards,
    Jordan Shannon

    #1272340

    Hey Jordan,

    No, the Fullwidth Sub Menu should be at the bottom of each site of the Website. You can see it here:

    Best regards,

    Maik

    #1272589

    Hi,

    Please provide the admin info so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1272622

    Hello, here are the requested dates.
    As I said, I want the BurgerMenu only on the ‘Home’ page. Otherwise, the normal menu on the other pages.
    However, the Fullwidth Sub Menu should still appear at the bottom of every page, including the Home’ page.

    Thanks for the help,

    Maik

    #1273413

    Hi Maik,

    I changed your custom CSS code to following one

    /* Burger Menu nur bei Home */
    .home #header #avia-menu > li, .home #header .menu-item {
    display: none !important;
    }
    
    .home #header #avia-menu .av-burger-menu-main, .home #header #avia-menu .menu-item-search-dropdown {
    display: block!important;
    }

    Please review your website :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.