[Resolved] How to add shadow to the submenu?

Home Forums Support [Resolved] How to add shadow to the submenu?

Home Forums Support How to add shadow to the submenu?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1572387
    Cedric

    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?

    #1572531
    David
    Staff
    Customer Support

    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);
        }
    }
    #1573439
    Cedric

    Excellent! That worked. Thanks.

    #1573576
    David
    Staff
    Customer Support

    Glad to be of help

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