Shop Categories

X

Keep shadow under header/menu on mobile device

Home Forums Agama Pro Keep shadow under header/menu on mobile device

Topic Resolution: Resolved

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7560
    remyponcet
    Participant

    Hello,

    I am trying without success to add some css lines to keep the shadow that is present under HEADER/MENU on standard devices and that disappear on mobile ones. On mobile it generate a big blank space under the menu icon that I would like to be occupied by the shadow.

    I have identified that the responsible command is this one :

    <div class="sticky-header clearfix" style="box-shadow: none;">

    But I am unable to dis-activate it in order to let the shadow be !

    Help 😉

    Cheers

    #7561
    Zex
    Moderator

    Hello, remyponcet!

    I think this is a code you looking for:

    .sticky-header {
    
    box-shadow: 0 1px 4px 0 rgba(167,169,164,.75)!important;
    
    }

    Enter the above code in Customize->General->Additional CSS

    http://prntscr.com/i82z10

    Regards

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