Hi,
I would like to remove the border above “Proceed to checkout” in my cart:
Can someone help?
1 Like
@admintb
add below code above in theme.liquid.
.drawer::part(footer) {
border-block-start: none!important;
}
after added
@admintb
You can direct message us for any help for the fast solutions.