We are looking to remove the buttons from the header homepage for:
account, amount and cart. Any help? No idea how to do it
Solved! Go to the solution
Hi @jmmor4
This is straightforward, would you mind sharing your store's URL so we can provide an answer swiftly?
Cheers!
This is an accepted solution.
Add the following code to your theme.min.css file at the end:
button.header__icon.header__icon--button.header__icon--cart {
display: none;
}
.header__cart-price-bubble {
display: none;
}
That should do it, don't forget to like & mark as solution if this solves your issue
User | Count |
---|---|
418 | |
208 | |
103 | |
89 | |
73 |