T change Heading Background Transparency on Fusion Slider follow this:
Avada > Theme options > Custom CSS
For 80% opacity
.fusion-title-sc-wrapper{background-color: rgba(255,255,255,0.8) !important}
or for 100% background opacity
.fusion-title-sc-wrapper{background-color: #ffffff !important}
Change to preferred color and opacity of course.