Shopify themes, liquid, logos, and UX
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
Hey,
I'd like to get rid of this border top.
Pls check my url: https://7c8266-b4.myshopify.com/
Thank you
Hi @Etay56
Only the top or also the bottom?
.accordion {
border-top: 0px !important;
}
.accordion {
border: 0px !important;
}
Hey, it didn't work
(I intended for the top only the bottom doesn't bother me)
I already solved it alone but thanks much for trying to help.