Search Block
Description
The Search Block is a great way to add search fields to your site. You have the option to show results from across your entire site or limit the results to a specific collection page
Custom CSS
For style changes across multiple pages, add the code snippet to your Custom CSS panel and each page will be updated.
Advanced Code Injection
For style changes on one page, add the code snippet to the page Advanced Code Injection so only that page will be updated. Enclose your code in style brackets like this:
<style> .search-input { } </style>
Custom CSS
.search-input { }