Archived topic
Line appears under submenu last item - slideout menu
3 replies · Started by Halil on December 21, 2022
Viewing posts 1–4 of 4
Hi,
I need a bit of help, I'm using off canvas menu on mobile view. There appears a line under the last child of submenu and I'm unable to find where does this line come from. I'd like to remove it. Could you pls help?
I've added pic.
Hi Halil,
That's the default box-shadow added to the submenu.
You can remove it with this CSS:
.main-navigation.slideout-navigation ul ul {
box-shadow: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
great! thanks Leo.
No problem :)
This archived topic is closed to new replies.
