Hi, i want to remove "Additional" and "Review" tabs from product view but with CSS not override. Is this possible? Thanks
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; }
forty Yes, you can use this css trick.