New Shopify Certification now available: Liquid Storefronts for Theme Developers

Showcase Theme (2.0). Remove Search

Solved
Magenta8
Tourist
8 0 0

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

Accepted Solutions (2)
Zworthkey
Shopify Partner
5581 642 1560

This is an accepted solution.

Paste this code on top of the styles.css file.

a.cart.nav-search {
    display: none !important;
}

Thank You.

banned

View solution in original post

Zworthkey
Shopify Partner
5581 642 1560

This is an accepted solution.

If it is helpful then like and accept my solution.

banned

View solution in original post

Replies 5 (5)
Zworthkey
Shopify Partner
5581 642 1560

hii, @Magenta8 
Can you give me a screenshot of your problem so,
I can solve it perfectly.
Thank You.

banned
Magenta8
Tourist
8 0 0

Thankyou! See attached @Zworthkey 

search gone.png

Zworthkey
Shopify Partner
5581 642 1560

This is an accepted solution.

Paste this code on top of the styles.css file.

a.cart.nav-search {
    display: none !important;
}

Thank You.

banned
Magenta8
Tourist
8 0 0

Thanks. Worked.

Zworthkey
Shopify Partner
5581 642 1560

This is an accepted solution.

If it is helpful then like and accept my solution.

banned