Happening now! Exclusive AMA: Streamlining Fulfillment and Delivery with Shopify Experts | Ask your questions to be answered by our team!

Delete Cart Button in Header District Theme

Solved

Delete Cart Button in Header District Theme

mvettori
Tourist
3 1 3

I use the District Theme in one of my Shopify Shops.

 

Because we don't sell any products directly, I must'nt have a "Add to cart" Button or a Cart in general.

I successfully deleted the "add to cart" button on the product pages already.

But now I have problems with deleting the cart button in the top right corner.

 

I already tried mutliple codes i found on the internet but none seemed to work.

 

A working solution would be amazing!!!

 

Thanks already

Accepted Solution (1)
mvettori
Tourist
3 1 3

This is an accepted solution.

I already found a solution through another source!

 

For anybody with the same problem, here's the solution:

 

Go into Customize > open the Top Bar section > expand the Custom CSS option and paste in the following:

a#CartButton {
display: none;
}

 

Hope this can help anybody!

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
7668 1845 2260

Hi @mvettori 

Would you mind to share your Store URL website? with password if its protected. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
mvettori
Tourist
3 1 3

Sure Thing, heres the URL:

https://your-drink.at

 

and here's the Password:

YourDrinkRedesign2023

 

Thanks!

Made4uo-Ribe
Shopify Partner
7668 1845 2260

Thank you, Sorry to ask again. Would you mind to point out the location of the cart youve like to remove? Its not visible on my end. 

Made4uoRibe_0-1695738571896.png

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
mvettori
Tourist
3 1 3

This is an accepted solution.

I already found a solution through another source!

 

For anybody with the same problem, here's the solution:

 

Go into Customize > open the Top Bar section > expand the Custom CSS option and paste in the following:

a#CartButton {
display: none;
}

 

Hope this can help anybody!