Site logo

Archived topic

Menu shadow on mobile

4 replies · Started by Salty Communication on September 16, 2022

Viewing posts 1–5 of 5

Hi,

I am using this CSS to add shadow to the primary menu header:

/* Menu shadow */
:not(.header-wrap) > .site-header, #mobile-header, #sticky-navigation {
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.43);
}

But how do I make it appear on mobile as well?

Works perfect, however I want the shadow to disappear when the header is merged. How do I do this?

👍

This archived topic is closed to new replies.