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

    Hello,

    Is it possible to modify the search results that appear when you’re typing in the search box (coming from the magnifier in the navigation)?

    I would like to:

    • get nothing else than products (that h4 with ‘products’ I can remove using CSS if required)
    • remove the date in the search results (and have vertical align with the image – also with CSS possible but may be there is a cleaner way to do this)

    For the search results page, i would like to:

    • get nothing else than products too
    • have no sidebar

    Thanks for helping me out on this!

    Best regards,
    Jurgen

    #607576

    Hi Jurgen!

    You can use either SearchWP or Relevanssi plugins to have more advanced search on your site.

    Then please add following code to Quick CSS in Enfold theme options under General Styling tab

    .search .sidebar { display: none !important; }
    .search .content { width: 100% !important; border: none !important; }

    Regards,
    Yigit

    • This reply was modified 7 years, 12 months ago by Yigit.
    #608139

    OK thx, done this using the free Relevanssi & some CSS modifications.

    #608497

    Hi!

    Great! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify search box (search dropdown from menu) & search results page’ is closed to new replies.