Hi Tim,
You can change/remove shape dividers inspecting their classes and apply custom CSS. For example you can apply the style below to remove all shape dividers within Campterra theme:
.front-page-header-wrapper:after, .custom-header-wrapper:after,
.site-content:before, .footer-widgets:after {
background:none;
}
You can apply it at Appearance>Customize>Additional CSS or style.css file of child theme.
Best regards,
J.Davis