Show Account section in mobile menu
-
Hey I want to show the woocommerce part (Login/Register) at the end of the mobile menu
How can I do that?
Ty
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, there is no option. You can have the link to the My Account page in the mobile menu.
Best Regards
Could you tell me how to do this? I need to add the Login / Register only in the mobile menu.
Hello,
Please provide the site admin access to the private area.
Best Regards
I have managed to create the menu for mobile and I already have the page my account in the menu.
Now I need to remove “Compare” from the mobile menu. I think this can be done with CSS or not?
Please your help.
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .menu-item-compare{
display:none;
}
Best Regards
Excellent! Thanks problem solved.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Show Account section in mobile menu’ is closed to new replies.