I have tried to find the solution to remove the background color for the hero-title? The secondary color is is not needed for this site.
Thanks.
millersdesignstudio
You can override with this custom CSS:
.acm-hero .hero-title { background: none !important; box-shadow: none !important; }
This corrected it. Thanks.
millersdesignstudio You're welcome!