kacideiser Posted February 12 Posted February 12 (edited) Quote footer#footer-sections { box-shadow: 5px 5px 10px black; } #footer-sections { box-shadow: 5px 5px 10px black; position: relative; z-index: 2; } I've been trying to add a drop shadow to a footer, I've use both the codes above but neither will work. https://www.rangerulesllc.com/ Edited February 12 by kacideiser
Solution tuanphan Posted February 15 Solution Posted February 15 Use this code #footer-sections { z-index: 99999 !important; box-shadow: 0 5px 14px #f1f; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment