I can’t seem to figure out how to remove the search box and icon from the menu bar. Is there a way to do that? Thanks.
JM
Joe M
Original poster
Member
I can’t seem to figure out how to remove the search box and icon from the menu bar. Is there a way to do that? Thanks.
Hi Joe,
Try the CSS below
li.menu-header-search {
display: none !important;
}
Paste it in Appearance -> Customize -> Additional CSS
Let us know if you have any questions
Best Regards
PS: If you really like our theme, please leave a review so that others can know about it.
WRITE A REVIEW
Excellent! That does the trick. Thank you.