Forums
Forums / Theme: Bizplan / Remove search from menu
(@vegpack)
7 years, 11 months ago
Hello,
I was wondering if there was any CSS to hide the search from the menu bar that is compatible with this theme?
The page I need help with: [log in to see the link]
(@saurabhdhariwal)
7 years, 9 months ago
Hello vegpa,ck,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.
.site-header .header-bottom-right .search-icon{ display: none; }
Hope this will helps you.
Thanks.
(@keonthemes)
Hello @saurabhdhariwal, it is a solution indeed 🙂
The topic ‘Remove search from menu’ is closed to new replies.