• Resolved sebasbongers

    (@sebasbongers)


    Hi all,

    I’m using the neve theme and have installed a sticky header plugin. To make the header stand out a bit more I’m looking to have a box shadow under the sticky header.

    So far I have used some other topics and google but haven’t managed to get it working.

    This is my css:

    .hfg_header.site-header {
    box-shadow: 0px 2px 2px 0px #000000 !important;
    }

    Who can help me out here

Viewing 1 replies (of 1 total)
  • Mat

    (@mateithemeisle)

    Hello @sebasbongers ,

    Thank you for using Neve!

    You can try the below code but since we didn’t see your Website url this code might need some additional changes for your structure

    .hfg_header .header-main-inner {
        box-shadow: 0px 2px 2px 0px #ffffff !important;
    }

    Please let us know if this worked for you!

    Thank you and have an amazing day!

Viewing 1 replies (of 1 total)
  • The topic ‘Creating box shadow under sticky header’ is closed to new replies.