Site logo

Archived topic

border bottom shadow under last sub nav menu item

2 replies · Started by Pete on November 13, 2015

Viewing posts 1–3 of 3

There appears to be a shadow under the last/lowest sub navigation menu item (responsive). Ummm, it looks ugly. Is this your doing Tom? ;)

I understand why it's there but I'd prefer a solid material design type of solid color/border of a thickness and color of my choice. The shadow isn't in line with the clean square type of look of GP.

This has been there since GP version 0.1 :)

To remove it, use this CSS:

.main-navigation ul ul {
    box-shadow: 0 0 0 transparent;
}
This archived topic is closed to new replies.