In the boxed version of enfold, how do I put a drop shadow around the entire content? Thank you!
Hi MuzSolutions!
Add this to your custom CSS.
#wrap_all { box-shadow: 0px 0px 20px #000; }
Regards,
Elliott
Thank you so much! I used the code and it works great! This should be a default option.