Site logo

[Resolved] Custom menu woocommerce mobile

Home Forums Support [Resolved] Custom menu woocommerce mobile

Home Forums Support Custom menu woocommerce mobile

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

    Hello,

    How can I make a menu on mobile like this site please ? https://www.cavissima.com/

    1- burger menu
    2- logo
    3- account
    4- cart

    #2566560
    David
    Staff
    Customer Support

    Hi there,

    it would be easier if you could activate the Mobile Header in Customizer > Layout > Header.
    This will “free” the Hamburger menu making it easier to position it before the logo using this CSS:

    .main-navigation .menu-toggle {
        order: -10 !important;
    }
    #2567503
    alexis

    Ok thanks. How can I remove the logo when I open the menu only ?

    #2567598
    Ying
    Staff
    Customer Support

    Try this CSS:

    offside-js--is-open .mobile-header-logo.site-logo {
        display: none;
    }
    #2567686
    alexis

    Ok thanks

    #2567718
    Ying
    Staff
    Customer Support

    No Problem 🙂

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