Home › Forums › WoodMart support forum › Brand Tab still visible on Product Page while disabled › Reply To: Brand Tab still visible on Product Page while disabled
May 9, 2024 at 3:24 pm
#564446

Aizaz Imtiaz Awan
Keymaster
Hello,
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
li.pwb_tab_tab {
display: none;
}
Best Regards.