My store is currently paused. Hence, I would like to know how to temporarily hide the “Cart” button from the header section on my home page so customers can not view the products via the “Click here to continue shopping” loop which brings them to my collections/all page.
For desktop it works! However, in order to also hide the cart on mobile I copied and added the following CSS
.header–mobile–cart {
display: none;
}
This also works. One problem. Because this CSS hides the cart icon, the logo in the header section for mobile now aligns to the complete right side (see image below).
Hi Ketan, could you read the latest message in this feed on how to center align the logo in header section after altering the CSS cart icon to hide it?