How to remove divider lines in between sections

Please could somebody help me with removing these lines in between sections?

It’s on https://dogiko.com/products/digestion-chews

Thank you!

1 Like

Hi @dogiko

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    margin: 1px 0;
}
div#Banner-template--22999858774282__image_banner_AqCG8m {
    background: white;
}
section#shopify-section-template--22999858774282__image_banner_zGtKwY {
    background: white;
}