1. Hero Banner Text Readability
Web DesignerBackground
A website hero image is too bright, making the white headline text difficult to read.
Problem
Need to darken the bottom of the image to provide contrast for the text.
How to use
Upload the banner image, set the gradient type to linear, and use a black-to-transparent color scheme with a 0.6 opacity.
gradientType: linear, startColor: #000000, endColor: #000000, opacity: 0.6, blendMode: overOutcome
The image now has a subtle dark gradient at the bottom, ensuring the white text stands out clearly.