How do I fade a background image

On a section I have I want the background image faded how do I do this in pro meaning I want the image to not be so bold kind of washed out so that the overlay text shows better

You could put your photo in the background lower layer and use a low opacity color (I recommend black or white) for the background upper layer.

Tried that it has no effect

Hi there,

Please also add this to the Element CSS of the section with the background:

$el .x-bg {
  opacity: 0.6;
}

Feel free to change the opacity value.

Here are some reference links:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.