Use the Coveo Atomic theme app extension
Use the Coveo Atomic theme app extension
In this article
This article explains how to integrate an Atomic search page and an Atomic search box in a Shopify store using the Coveo Atomic theme app extension.
The app extension supports the Dawn theme.
Search page
-
Open the theme editor and navigate to the Search page.
-
Remove or hide the existing search components.
-
Under Apps, click Add block.
-
In the Apps tab, click Search page.
-
Click Save.
Search box
-
Open the theme editor on any given page that contains the Header section.
-
In the Header section, under Header, click Add block.
-
In the Apps tab, click Search box.
-
Hide the existing search box.
-
Click Header in the left panel.
-
In the right panel, scroll to the bottom and click Custom CSS.
-
Add the following CSS code:
.header__search { display: none; }
-
-
Click Save.