Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1038073

    Hi,
    Love the theme. I am trying to enable the search icon on mobile menus. Please help.
    Thanks.

    #1038076

    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

    #1038079

    Thanks for the quick response. That is an improvement but now it sits ontop of the words “menu”. How can I move it slightly?

    #1038085

    Hey!

    Please add following code to Quick CSS as well

    #top .av_mobile_menu_tablet .av-main-nav .menu-item.menu-item-search-dropdown {
        left: 15px;
    }

    Depending on which direction you would like to move it, you can use “right” instead of “left” in example :)
    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.