Archived topic
Remove Line From Off Canvas Panel
7 replies · Started by Rizki on August 31, 2019
Hi there,
How to remove the line from off canvas panel ?
Thanks
Hi there,
Remove this CSS:
.slideout-navigation .main-nav {
border-bottom: 1px solid rgba(0,0,0,.1);
}
Let me know if this helps :)
Hi Leo,
The lines are still visible.
Once that CSS is removed add this:
#generate-slideout-menu .main-nav {
border-bottom: 0;
}
Hi David,
The lines are still visible :( I have clear cache but still visible.
I have updated the CSS here to give it greater specificity then the rule you're trying to override
Ah, now the line has removed, after clear cloudflare cache. Thanks for support your :)
Glad we got there!