How to Change the Colors of the Homepage Slider
If addon settings won't allow you to change font colors, please use the below custom CSS:
.owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated.sppb-fullwidth-title
{ color: yellow;}
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slideshow-sub-title
{ color: red; }
sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .details
{ color: green; }

How to Remove Waves from the Page Title background
These wave layers were added by the background-image property (a transparent PNG image was used). To remove them from all sub-pages, you have to use custom CSS:
.sp-page-title::after { display: none; background-image: none;}
