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

    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,

    #247385

    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

    #247631

    Thanks Yigit! Is there a way for the search to appear in the mobile layout as well?

    #248135

    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

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