Can't remove the search box on the mobile menu
-
Hi, I tried to use this code below to remove the search box on the mobile menu
.mobile-nav .searchform {
display: none!important;
}
but it does not work on my site.
Ps: I dont’ use the visual header builder, so don’t give me that answer please ahah.
Hi,
It doesn’t work because you missed a closing bracket }
after the previous statement https://gyazo.com/fcdde4aa3613a5950a3dfe05e7e514db
Regards
Thanks team. Can I completely delete the menu in mobile version? Remember that I dont’ use the visual header builder, so don’t give me that answer please 🙂
Attachments:
You must be
logged in to view attached files.
Sure, you can hide it with CSS code
.mobile-nav-icon {
display: none!important;
}