Site logo

[Support request] Add shadow to navigation header

Home Forums Support [Support request] Add shadow to navigation header

Home Forums Support Add shadow to navigation header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1548957
    Sara Genone

    Dear all
    I need to add shadow effect to my navigation header here:
    https://dev.socialmela.it/
    I tryed to use the same code you suggested me for this site: https://sviluppo.socialmela.it/sviluppo/

    .secondary-navigation, .site-header, #mobile-header, .main-navigation {
    position: relative;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.43);
    }

    But it’s doesn’t work..
    Could you help me?
    Thank you
    Sara

    #1549299
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .site-header,
    #mobile-header,
    #sticky-navigation {
        box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.43);
    }
    #1549310
    Sara Genone

    ok
    thank you David
    sara

    #1549587
    David
    Staff
    Customer Support

    You’re welcome

    #1569978
    Cedric

    This worked great however it only worked in Sticky mode. The shadow does not appear when at the top of the page. How do we make the shadow show all the time? Also, is there a way to add a shadow to the drop down sub menu as well? I have the premium version of GP and I like it very much. Couldn’t find these options however.

    #1570047
    Elvin
    Staff
    Customer Support

    Hi Cedric,

    This worked great however it only worked in Sticky mode. The shadow does not appear when at the top of the page. How do we make the shadow show all the time? Also, is there a way to add a shadow to the drop down sub menu as well? I have the premium version of GP and I like it very much. Couldn’t find these options however.

    As this is solved for the topic starter, can you open up a new topic?

    So you can use the Private Information textfield to provide us the site details so we could check it. Thank you.

    #1572385
    Cedric

    Sure Elvin,

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.