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
This is an accepted solution.
There might be an option on theme settings of the block to hide the borders.. Please check if it's there in section settings.
Content container is causing the borders.
This is an accepted solution.
It's working. I turned it from 2px to 0px
Hello,
May I have your store url please?
Please add below css to your custom css block in theme settings.
.section-template--18780317286673__03275715-bbc4-42d1-8a1e-a43638d1d928-padding{
border: none !important;
}
.section-template--18780317286673__8a770cc1-ac98-437c-9c3c-881d697bfd0d-padding{
border-bottom: none !important;
}
If not able to find the block, just paste the css code at the very bottom of the file "base.css"
Let me know how it went.
Thank you
It's not working
Where have you added the code? It's still not showing on the site.
This is an accepted solution.
There might be an option on theme settings of the block to hide the borders.. Please check if it's there in section settings.
Content container is causing the borders.
This is an accepted solution.
It's working. I turned it from 2px to 0px
Thanks , I was looking for this solution. Very helpful.
Thank you!!!!
You're welcome!