This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Jack Richardson
hi,
My clients is wondering if one of the places where shipping can be calculated can be taken out. When in the shopping cart, there are two places where I can enter my state and zip code. One place would be better than two, less confusing. Any advice how to get rid of one of them? Thanks,
Bettina
Hello,
Add this css code in custom.css:
.cart-options-row .shipping-calculator-button {
display: none;
}
How to create custom.css you can watch in this tutorial
Regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up