Archived topic
Sub menu border
3 replies · Started by Forum User on December 29, 2020
Viewing posts 1–4 of 4
I have a border on the right and below in my submenu. How do i get rid of it. There is no css that affects this.

Thank you very much!
Hi there,
try this CSS to remove the box-shadow:
.main-navigation ul ul {
box-shadow: unset;
}
works. thank you very much!
You're welcome
This archived topic is closed to new replies.