After changing the shape of all our buttons, I’ve noticed a black outline on the main categories drop down menu button. Is there a way to remove this outline outline? Thank you!
That should do it:
.list-controls .category-drop {
.category-drop-header {
border-color: transparent;
}
}
That worked, thank you!
This should work for mobile:
.list-controls .nav-pills .navigation-toggle {
border-color: transparent;
}

