Home › Forums › WoodMart support forum › Remove the delivery tab for the mobile version › Reply To: Remove the delivery tab for the mobile version
March 2, 2019 at 2:41 pm
#110588
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .tabs-layout-accordion .woodmart-tab-wrapper:last-child {
display: none;
}
Best Regards