Hello @thetoolman123,
We have given six different options in theme, You can use them to show on site.
If still you want to change gradient, then try this css code in additional css
#slider-div .slides li:before, #hero-image:before, #hero-video:before {
background: -moz-linear-gradient( 229deg, rgba(213, 9, 224, 0.560784) 0%, rgba(119, 177, 224, 0.458824) 52%, rgba(119, 177, 224, 0.458824) 70%, rgb(255, 255, 255) 118% );
background: -webkit-linear-gradient( 229deg, rgba(213, 9, 224, 0.560784) 0%, rgba(119, 177, 224, 0.458824) 52%, rgba(119, 177, 224, 0.458824) 70%, rgb(255, 255, 255) 118% );
background: linear-gradient( 229deg, rgba(213, 9, 224, 0.560784) 0%, rgba(119, 177, 224, 0.458824) 52%, rgba(119, 177, 224, 0.458824) 70%, rgb(255, 255, 255) 118% );
}
Just change color value according to need.
Kind Regards