If you are looking for support for our PokaTheme, this is the place!
Home › Forums › PokaTheme support › Hide search form in Mobile menu / Hide MENU text on phone menu
Tagged: header mobile, menu, search, searchform
I figured it out by myself.
The working code is: .head-menu.head-menu { display:none; }
Hi, this is not working. Please do know how to remove the Hamburger side menu and Search glass that appears on the top right of the header?
Hi, this is not working. Please do you know how to remove the Hamburger side menu and Search glass that appears on the top right of the header?
Hey there!
Can you give us a link to your website? This way it’s easier for us to give you the appropriate CSS snippet you can use.
Hello!
Use this CSS snippet:
.header-top-flex-part–right { display: none !important; }
You can add this either through your child theme style.css or Dashboard > Customize > Additional CSS.
Thankyou Sir! That worked as desired.
Nice, you’re welcome!
Hi – this didn’t seem to work on my site :
header-top-flex-part–right { display: none !important; }
Can you help with a CSS snippet to hide? I went via “Additional CSS” in the Appearance menu