Hello @VrVa ,
To fix this issue you need to follow the below-provided steps:
-
From your Shopify admin, go to Online Store > Themes.
-
Find the theme you want to edit, and then click Actions > Edit code.
-
Click the theme.liquid layout file.
-
To exclude the search template, paste the following code in the section:
{% if the template contains ‘search’ %}
{% endif %}
- To exclude a specific page, paste the following code in the section:
{% if handle contains ‘page-handle-you-want-to-exclude’ %}
{% endif %}
Hope this will resolve your issue. Let us know if any more help is needed.
Regards,
CedCommerce