Hi All,
How do i remove the search icon and functionality in the Impact theme?
Would anyone have a snippet of code i can use to remove it?
TIA!
Main issue: Remove the search icon and its functionality in the Shopify Impact theme.
Proposed solutions:
Additional context:
Status/outcomes:
Hi All,
How do i remove the search icon and functionality in the Impact theme?
Would anyone have a snippet of code i can use to remove it?
TIA!
Hello @SteadyState
Can you share store URL?
hi @SteadyState
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
[href=“/search”] {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hello SteadyState,
To remove the search icon and functionality in the Impact theme, you’ll typically need to edit the theme’s code.
Here’s a general guide on how you can do this:
Access Your Shopify Admin → Go to Theme Editor → Edit Code →
Locate the Header Code (Look for the code related to the header or navigation bar. Typically, this can be found in files such as header.liquid, header-section.liquid, or similar) → Remove the Search Icon Code →
Within the header code,
look for the code responsible for displaying the search icon. This code might look like
or . You'll need to remove or comment out this code.
Save Changes →
Preview and Test →
Publish Changes.
Hi there, Is there a way in the Impact theme to just hide or stop the draw cart. We want the Search Bar, but no search draw.