White bar ontop of Multicolumn section in Sense theme

Hi,

I’m trying to remove this white bar sections. The css code is:

Can someone please advice on how to edit this and where to apply any code that can overwrite it?

Thanks for any help!

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

@Caldf

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.