Home › Forums › WoodMart support forum › How to display the description in big page on pc › Reply To: How to display the description in big page on pc
October 15, 2021 at 9:27 am
#325384
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-tabs.tabs-layout-accordion .wd-tab-wrapper:nth-child(3) {
display: none;
}
Best Regards