We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to remove light grey lines on the home and cart pages ?

Solved

How to remove light grey lines on the home and cart pages ?

Mamdouh_USD
Excursionist
38 0 6

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

 

IMG_A929CD5D9864-1.jpeg

Accepted Solution (1)

The_ScriptFlow
Trailblazer
201 17 26

This is an accepted solution.

Please paste the following code in the end of base.css file.

.cart__items {
 border-bottom: 0px !important;
}
- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!

View solution in original post

Replies 5 (5)

The_ScriptFlow
Trailblazer
201 17 26

This is an accepted solution.

Please paste the following code in the end of base.css file.

.cart__items {
 border-bottom: 0px !important;
}
- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!
Mamdouh_USD
Excursionist
38 0 6

Hi @The_ScriptFlow 

 

The second line in footer still remains. Can you help removing it? Thanks

The_ScriptFlow
Trailblazer
201 17 26

Paste this code please:

.footer {
  border-top: 0px solid !important;
}

 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!
Mamdouh_USD
Excursionist
38 0 6

It worked! Thank you @The_ScriptFlow 

The_ScriptFlow
Trailblazer
201 17 26

Most welcome.

If this was helpful don't forget to Buy me a Coffee

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!