Home › Forums › WoodMart support forum › delete grey dividers/lines/borders › Reply To: delete grey dividers/lines/borders
September 14, 2021 at 6:20 am
#318354
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.mobile-nav .wd-nav-opener {
border-left: none;
}
.mobile-nav .searchform {
box-shadow: none;
}
.tabs-layout-accordion .wd-tab-wrapper {
border-bottom: none;
}
.product-image-summary .shop_attributes th {
border-bottom-style: none;
}
.wd-dropdown {
box-shadow: none;
}
Regards.
Xtemos Studios.