Hi,
Love the theme. I am trying to enable the search icon on mobile menus. Please help.
Thanks.
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .av_mobile_menu_tablet .av-main-nav .menu-item.menu-item-search-dropdown {
display: block!important;
}
It is currently hidden because you have following custom CSS code
@media only screen and (max-width: 1300px) {
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
Best regards,
Yigit
Thanks for the quick response. That is an improvement but now it sits ontop of the words “menu”. How can I move it slightly?