Hi RaeVen-
Thanks for the question, and thanks for using the WordPress Page Builder plugin from BoldGrid. It looks like that footer is being added by the WP AutoTerms Plugin outside of the normal footer styles for your theme, which is why it’s not getting the correct colors and background.
Here’s an easy fix for you. Navigate to Customize > Advanced > Custom JS & CSS and paste this snippet into your Custom Theme CSS field:
.wpautoterms-footer {
background-color: #8224e3;
}
I copied the lavender-purple color (#8224e3) that’s at the bottom of your last block so it looks consistent for you.