Add gradient to image to fade in

@xtechaus the suggestion from @jangidrahul0494 is spot on except I believe you may want to use the Group element instead of the shape element. This is because a shape element is not a container, and from the screen shot your provided of the design you are looking to achieve you have other elements like buttons and text that would be ‘on top’ of the gradient covering the image. So you can use the group, make the background style color set the gradient and then add to the group the other elements such as buttons.

3 Likes