Removing Search & My account from mobile menu
-
Hi there,
I’m wodnering where and how can I remove Search products input and My account / login line from the mobile menu (these links are not contained in the Mobile menu items in Appereance > Menus > Mobile menu).
Thank you,
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Setting > Custom CSS, choose the type of device where you want to hide the search and My Account:
.woodmart-search-form{
display:none;
}
.site-mobile-menu li:last-child {
display: none;
position: relative;
}
Best Regards