Hi, i want to remove "Additional" and "Review" tabs from product view but with CSS not override.
Is this possible?
Thanks
Remove Addional and Review tabs
I find it! For someone needs to hide tabs.
.productdetails-view .section-tabs ul.nav-tabs li.nav-item:nth-child(2), .productdetails-view .section-tabs ul.nav-tabs li.nav-item:nth-child(3) {
display:none;
}
saguaros locked the discussion.