Hello,
How do we enable ‘search icon’ next to the menu?
We do have the box checked next to: APPEND SEARCH ICON TO MENU.
http://chicagoweddingblog.com/
Please advise.
Kind regards,
Hi djsmbd!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#menu-item-search {
display: block!important;
}
Best regards,
Yigit
Thanks Yigit! Is there a way for the search to appear in the mobile layout as well?
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.main_menu, #header_main_alternate, .responsive #header .main_menu ul {
display: block;
}
#menu-item-search { display: block !important; }
.av-main-nav > li { display: none; }}
Best regards,
Yigit