How do I add a shadow to the fixed header? I also need to enable this for the fixed header with social icons as well.
Hello Alex!
Please add following code to Quick CSS in Enfold theme options
#header_main, #header { box-shadow: 0 3px 5px #626262; }
Regards,
Yigit
That worked, thanks. It’s a really heavy shadow though. Do you happen to know the settings for the shadow between layout elements?
Great stuff here btw. I love how customizable this theme is. Wish there were more options in theme options and a list of code snippets like this (a index of sorts that shows basics that apply to everything and then the specific calls for whatever element you want to change).