Home › Forums › WoodMart support forum › Use icon instead of Tabs title › Reply To: Use icon instead of Tabs title
February 6, 2023 at 6:01 pm
#440877

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to hide the tab label and leave icon only
.wd-products-tabs .tab-label {
display: none;
}