Home Forums WoodMart support forum Managing search form

Managing search form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #153288

    bidnbuy
    Participant

    Is it possible to move the “Select Category” drop-down menu in the header search form to the left of the “Search for products” form text field?

    #153302

    Hello,

    Yes, that is possible. You can delete and add any elements in any place of the Header https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Modify elements as per your needs: http://prntscr.com/iyd3h3

    Take into consideration that there is also the mobile view of your header http://prntscr.com/iyd3v3 check all the elements there.

    Best Regards

    #153306

    bidnbuy
    Participant

    Please refer to the attached image for some additional support question related to the header search form.

    Attachments:
    You must be logged in to view attached files.
    #153384

    Hello,

    You can disable the AJAX in the Search element of the Header builder and the product would not be shown during the search loading.

    Please add this code to the Theme Settings > Custom CSS > Global if you want to hide price and image:

    .woodmart-search-results .autocomplete-suggestions .suggestion-price{
    display:none;
    }
    .woodmart-search-results .autocomplete-suggestions .suggestion-thumb{
    display:none;
    }

    Please clarify the second question: do you want the search result to move left? What width do you want the search result window to be?

    Best Regards

    #153528

    bidnbuy
    Participant

    Thank you.. the code worked perfectly

    #153724

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Managing search form’ is closed to new replies.