Shopify themes, liquid, logos, and UX
Hi, I've tried many of the varied approaches to removing the search functionality across all pages in my header.
Please assist with best way to implement this. Many kind thanks. URL Below.
https://jasonwmcdonald.com
Solved! Go to the solution
This is an accepted solution.
Paste this code on top of the styles.css file.
a.cart.nav-search {
display: none !important;
}
Thank You.
This is an accepted solution.
If it is helpful then like and accept my solution.
hii, @Magenta8
Can you give me a screenshot of your problem so,
I can solve it perfectly.
Thank You.
This is an accepted solution.
Paste this code on top of the styles.css file.
a.cart.nav-search {
display: none !important;
}
Thank You.
Thanks. Worked.
This is an accepted solution.
If it is helpful then like and accept my solution.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024