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
1 Like
Hi @mvettori
Would you mind to share your Store URL website? with password if its protected. Thanks!
Sure Thing, heres the URL:
https://your-drink.at
and here’s the Password:
YourDrinkRedesign2023
Thanks!
1 Like
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.
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!
1 Like