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);
}
}
