The realtime search experience implemented by the Algolia Search extension for Magento is done using JavaScript in your end-users browsers and therefore cannot have access to the templates of your original theme (which is rendered with PHP from your backend). Instead, it creates a search page with a default theme that you may need to adapt to fit your UI needs.
You can customize the design of the instant search results page & the auto-complete menu editing the following files:
- the topsearch.phtml file hosting all the JS logic & the HTML templates,
- and the algoliasearch.css files hosting all the CSS code.
0 Comments