Hi,
could you guys tell me, how I can create a colorsection with a transparent contentarea and a shadow arround it? Example here: http://www.karriere.at/jobs/4464437
Thanks,
Cheers,
Alex
Hey AdDesign!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element (column or text block element) a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class {
box-shadow: 0 0 12px #333333;
padding: 10px;
background-color: rgba(255,255,255,0.8);
}
Cheers!
Yigit