Site logo

Archived topic

How to add shadow to the submenu?

3 replies · Started by Cedric on December 9, 2020

Viewing posts 1–4 of 4

I really love this theme. Truly amazing. I am trying to add a shadow to the submenu because the white background blends with the page too much. I have temporarily added a background color to the submenu which helps a bit but would also like to add a shadow. Is this possible? I am guessing some sort of additional css code would do this or is there an option for this?

Hi there,

try adding this CSS:

@media(min-width: 769px) {
    .main-navigation ul ul {
        box-shadow: 0 8px 10px 2px rgba(0,0,0,0.2);
    }
}

Excellent! That worked. Thanks.

Glad to be of help

This archived topic is closed to new replies.