Remove search bar from header

Solved

Remove search bar from header

Mrstep
Explorer
71 3 11

Remove search bar on header www.shopcuzzo.com 

Accepted Solutions (2)

Moeed
Shopify Partner
7101 1906 2338

This is an accepted solution.

Hey @Mrstep 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727373521780.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

If it is helpful, can you kindly give us many likes and mark the solution for us?

This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community.

Have a nice day, sir!

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7101 1906 2338

This is an accepted solution.

Hey @Mrstep 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727373521780.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Mrstep
Explorer
71 3 11

Is it possible to change the cart design in my sticky cart? the items and the cart are to close together on mobile.

BSSCommerce-B2B
Shopify Partner
1972 564 566

hi @Mrstep 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1727373868099.png

 :Step 2: Search for the file base.css

put this code in the end

 

.header__search details {
    display: none !important;
}

 

 

BSSCommerceB2B_1-1727374245234.png

 

Step 3: Save and reload home page. 

 

=>> The result:

BSSCommerceB2B_2-1727374268927.png

 

We hope my suggestions will solved your issue.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

If it is helpful, can you kindly give us many likes and mark the solution for us?

This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community.

Have a nice day, sir!

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Mrstep
Explorer
71 3 11

Is it possible to change the cart design in my sticky cart? the items and the cart are to close together on mobile. 

BSSCommerce-B2B
Shopify Partner
1972 564 566

Can you clearly state your idea, can you give an example of it? 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now