Site logo

Archived topic

Remove outline at bottom and right side of dropdown?

3 replies · Started by Stephen on July 24, 2021

Viewing posts 1–4 of 4

One of my main menu items has a dropdown of three subcategories. By default (not something I added, maybe it's part of the catalyst template though) the dropdown has a 1px outline on the bottom and right sides of the dropdown area. How do I remove this?

Hi there,

add this CSS to your site:

#site-navigation ul ul {
    box-shadow: unset;
}

Works, thanks.

Glad to hear that

This archived topic is closed to new replies.