Hello all,
I want to remove the light grey lines in the bottom of on my home and cart pages.
My store URL: https://u7yeji-na.myshopify.com/cart
A Shopify store owner needed help removing unwanted light grey border lines appearing on their home and cart pages.
Initial Issue:
Solution Provided:
Two CSS code snippets were added to the base.css file:
.cart__items {
border-bottom: 0px !important;
}
.footer {
border-top: 0px solid !important;
}
Outcome:
Hello all,
I want to remove the light grey lines in the bottom of on my home and cart pages.
My store URL: https://u7yeji-na.myshopify.com/cart
Please paste the following code in the end of base.css file.
.cart__items {
border-bottom: 0px !important;
}
The second line in footer still remains. Can you help removing it? Thanks
Paste this code please:
.footer {
border-top: 0px solid !important;
}
It worked! Thank you @The_ScriptFlow
Most welcome.
If this was helpful don’t forget to Buy me a Coffee