Hi!
I tried to add code to create a shadow on my boxes, in the Quick CSS, but it didn’t work. Can you please tell me where I should add this code?
box-shadow: 0px 10px 75px 0px rgba(0,0,0,0.10), 0px 10px 50px 0px rgba(0,0,0,0.15);
Hey algkent,
Box shadow can be applied to most elements, you can read more about how to apply it here: https://www.w3schools.com/cssref/css3_pr_box-shadow.asp
Best regards,
Rikard
a box-shadow is part of that element. So if this elements parent-containers with same dimensions ( not so unusual in enfold ) got the overflow hidden rule – the box shadow might be not seen! ( depends on padding settings )
look to the box parents if they got overflow:hidden