I’ve decided to use the WPbakery page builder header. How do I remove the sear bar in the mobile version. Unchecking the search setting doesn’t seem to help.
Hi @vincen72 .
Thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .header-mobile-search {
display: none !important;
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it