Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #166658

    Hello all

    Is it possible to include the search box in the menubar instead of having the search tooltip?

    Thanks

    Michael

    search field

    http://www.selvaria.ch

    • This topic was modified 11 years, 1 month ago by selvaria.
    #167000

    Hi selvaria!

    This will get your started. Edit header.php, remove everything then replace it with this code: http://pastebin.com/aBEyEpni

    Add this on your custom.css or Quick CSS:

    .avia-search-tooltip.avia-tt {
    display: block !important;
    opacity: 1 !important;
    top: 0 !important;
    left: 80% !important;
    }
    
    #menu-item-search {
    display: none;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search field in menubar instead of tooltip-search possible?’ is closed to new replies.