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

    Hello

    I would like to know if it is possible to display the search ajax form into the breadcrumbs area (instead of floating right after the menu).

    thanks a lot

    #234158

    Hi fraktale911!

    Yes, but it would require some time intensive theme code adjustments. I recommend to hire a freelancer if you really need this design. Personally I think it wouldn’t be intuitive because I can’t remember a website where the search field was displayed next to the breadcrumb…

    Cheers!
    Peter

    #234165

    hello

    i just want to replace the breadcrumbs by the search ajax icon.
    I just want to know how to insert the ajax search code instead of the breadcrumbs areea (and no display of breadcrumbs of course).

    ths

    fraktale

    #234317

    Hey!

    Maybe this will work for you.

    .breadcrumb {
    display: none;
    }
    
    #menu-item-search {
    top: 90px;
    }
    

    It will remove the breadcrumb then move the search ajax icon down. Work best if you’re not using the header with bottom navigation.

    Regards,
    Ismael

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