Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #166243

    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.

    #166301

    Hello Alex!

    Please add following code to Quick CSS in Enfold theme options

    #header_main, #header { box-shadow: 0 3px 5px #626262; }

    Regards,
    Yigit

    #166310

    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).

    • This reply was modified 11 years ago by Alex.
    #166618

    Hello!

    Please try

    #header_main, #header { box-shadow: 0 1px 2px #e5e5e5; }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fixed Header Menu Shadow’ is closed to new replies.