Home Forums WoodMart support forum delete grey dividers/lines/borders Reply To: delete grey dividers/lines/borders

#318354

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.