hi
when i go to detail page of my products, how can i hide "related products" and "reviews" section?
thxs
hi
when i go to detail page of my products, how can i hide "related products" and "reviews" section?
thxs
hi i manged to hide "reviews" section
but still cant figure out how to hide "related products" section in the product detail page..can someone help pls?
thxs
Hi papachew,
Try to add this code in your Quick CSS or custom.css:
.related.products {
display: none;
}
or
.related.products {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.