Re: Showcase Theme (2.0). Remove Search

Solved

How do I remove the search function from my Showcase Theme 2.0?

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 1577

This is an accepted solution.

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

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

Thank You.

View solution in original post

Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

If it is helpful then like and accept my solution.

View solution in original post

Replies 5 (5)

Zworthkey
Shopify Partner
5581 642 1577

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

Magenta8
Tourist
8 0 0

Thankyou! See attached @Zworthkey 

search gone.png

Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

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

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

Thank You.

Magenta8
Tourist
8 0 0

Thanks. Worked.

Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

If it is helpful then like and accept my solution.