How to get rid of Collapsible row border?

Solved

How to get rid of Collapsible row border?

collins276
Trailblazer
213 1 32

Hello guys,

I'd like to get rid of this border top.

Pls check my url: https://189ee3-2.myshopify.com/products/jacket

Thank you

 

Screenshot.png

 

Accepted Solutions (2)

suyash1
Shopify Partner
10463 1289 1650

This is an accepted solution.

@collins276 - please add this css to the very end of your base.css file and check

 

.accordion{border-top: none !important;}

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

ZestardTech
Shopify Partner
6007 1076 1446

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.product__accordion.accordion.quick-add-hidden {
border-top: none;
}

 

ZestardTech_0-1707898662105.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10463 1289 1650

This is an accepted solution.

@collins276 - please add this css to the very end of your base.css file and check

 

.accordion{border-top: none !important;}

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

ZestardTech
Shopify Partner
6007 1076 1446

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.product__accordion.accordion.quick-add-hidden {
border-top: none;
}

 

ZestardTech_0-1707898662105.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing