Home › Forums › WoodMart support forum › Custom brand link / Space below product › Reply To: Custom brand link / Space below product
December 19, 2019 at 11:45 am
#164057
ex501
Participant
Actually products tab wrapper still stays there even though you disable all what you wrote.
However I managed to hide it finally with correct css
.product-tabs-wrapper {
display: none !important;
}