Home › Forums › WoodMart support forum › Additional Information Tab › Reply To: Additional Information Tab
July 7, 2020 at 7:16 pm
#209263
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-tab-wrapper:nth-child(2){
display:none;
}
body .tabs-layout-tabs.tabs li.additional_information_tab{
display:none;
}
Best Regards