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
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
Sounds good!!