Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remove top border from collapsible content

Remove top border from collapsible content

Etay56
Excursionist
31 0 5

Hey,

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

Pls check my url: https://7c8266-b4.myshopify.com/

Thank you

Screenshot 2024-07-04 at 20.50.54.png

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9035 2160 2664

Hi @Etay56 

Only the top or also the bottom? 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

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

 

  • And save. This is for only top. 

 

.accordion {
    border: 0px !important;
}

 

  • This is for all top and bottom. 
  • Result:
  • Made4uoRibe_0-1720116024822.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Etay56
Excursionist
31 0 5

Hey, it didn't work 
(I intended for the top only the bottom doesn't bother me)

Etay56
Excursionist
31 0 5

I already solved it alone but thanks much for trying to help.