Archived topic
Remove line between menu item and arrow on mobile navigation (off canvas panel)
3 replies · Started by Andrew on October 9, 2021
Viewing posts 1–4 of 4
Hello,
How do I remove the thin gray line between menu items and the drop down arrow to the right of each item on my mobile menu?
Also, when I remove the line, I want to move the arrow slightly closer to the menu item text.
Thanks!
Andrew
Hi there,
Try this CSS:
.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
border-left: 0;
margin-left: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
It worked perfectly. Thank you so much!
No problem :)
This archived topic is closed to new replies.