Site logo

Archived topic

Custom menu woocommerce mobile

5 replies · Started by alexis on March 13, 2023

Viewing posts 1–6 of 6

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

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;
}

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

Try this CSS:

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

Ok thanks

No Problem :)

This archived topic is closed to new replies.