Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1245193

    I would like to apply the gradient to the entire color section at the top of the homepage but currently it is not covering the image.

    #1245591

    Hey williamslyd,
    Sorry for the late reply and thanks for the link to your page. To apply the gradient over the image we will change the image opacity so the gradient can show though.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home #banner {
    	 opacity: 0.4;
    }

    Please try adjusting the number to suit, from 0.1 to 0.9, the higher the number the less gradient will show.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1245749

    excellent, thanks!

    #1245762

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Apply gradient to entire color section including image’ is closed to new replies.