Hi Derrick-
You can eliminate that stripe with a little bit of Custom CSS.
Navigate to Customize > Advanced > Custom JS & CSS and paste this line into your Custom Theme CSS
.page-template-default .background-pattern { display: none; }
The .page-template-default is the default template for all of your pages other than your home page, so this should work for all of them as long as you haven’t changed any of your other pages to the Home template.