Home › Forums › Jevelin Theme › Removing search bar
Home › Forums › Jevelin Theme › Removing search bar
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