How To Remove Divider Lines Between Sections Across Entire Website - Sense Theme

Good afternoon everyone,

I am currently looking to remove ALL divider lines between sections across my website. The URL of my website is the following: Skintasia.com

I would very much appreciate your assistance on that topic and thank you very much in advance for taking the time to read this message.

Best,

Victor

Hi @Kares ,

Would you mind to give us some example or specific area which divider lines you like to remove? And if you are having a website maintenance at the moment you can share the preview. Thanks!

Hi @Kares

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.shopify-section {
   border-top: unset !important;
   border-bottom: unset !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Thank you so much for the reply! I was able to fix it though.