How do I insert a line on the 'Your Cart' page

Hi,

When I deleted the 'Taxes and shipping link on the ‘Your Cart’ page I lost the line separating the subtotal from the checkout button. The button now sits hard up against the subtotal like this:

How do I insert a line under the subtotal to move the button down? My store is https://onyx-and-elm.myshopify.com/admin and the password is aulick

Hi @shelleyd

Your store is password protected. Can you please share your store frontend password?

It’s aulick

Hi @shelleyd
add this css code

.cart-subtotal .cart-subtotal__title {
border-bottom: 1px solid #000;
}

.cart-subtotal {
margin-bottom: 20px;
}

Where do I add it?

I added it to theme.css and it worked. Thanks.

1 Like