Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242386

    For each color section, once you upload an image, is there a way to reduce the opacity of the image presuming I do not want to do this in photoshop? Please note that I only want this to affect that specific color section

    #243061

    Hey codepantry!

    You can give an ID to your Color Section and add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #customid { background: rgba(0,0,0,0.5); }

    Cheers!
    Yigit

    #243609

    Sounds good!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reducing opacity of background image in color section’ is closed to new replies.