Home › Forums › WoodMart support forum › Erase lines from categories dropdown › Reply To: Erase lines from categories dropdown
April 10, 2020 at 9:58 am
#185875
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.vertical-navigation .menu {
border: 1px solid transparent;
background-color: transparent;
}
This code removes the border over the Browse categories block.
Best Regards