Archived topic
Hide grey vertical lines in Off-canvas menu
5 replies · Started by Malin on October 8, 2021
Hi!
I have an off-canvas menu for small screens and there are grey lines left of the arrow for the sub-menu. Can I hide these?
Thank you!
Hi Malin,
The link for the image provided doesn't seem to be working - https://share.getcloudapp.com/bLudz75X - no image is displayed.
Can you link us to the site in question? So I can inspect the page's CSS and find out why there are grey lines (and remove them).
You can use the private information text field to provide the link. :D
I think I just gave you access to it on another topic :) Here's is it again.
Thank you for your help!
Hi there,
try adding this CSS:
.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
border-left: unset;
}
Thank you, David, it worked perfectly. :)
Glad to hear that