Hi Christina,
This feature is not available in pro version also.
You can try this CSS to add it.
/* to make title white */
.content-section h1{
color: #fff;
}
/* adding image to background in page title section */
.content-section{
background: url(http://krystalwp.spiraclethemes.com/demo2/wp-content/uploads/sites/4/2018/03/bg-pages-1.jpg) no-repeat !important;
background-attachment: fixed !important;
background-size: cover !important;
}
Copy and paste this in Appearance -> Customize -> Additional CSS
Note: Change the image URL above
Let us know if this works or not
Best Regards