Home Forums Basel support forum Is it possible to hide reviews row on the product page?

Is it possible to hide reviews row on the product page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149473

    info@jullo.nl
    Participant

    Hello Team,

    On the product page there is no need for the Reveiws row.
    There will be plenty of instagram showcasess of happy customers, so I wish to hide this whole row.
    Please advise how to achieve this.

    Attachments:
    You must be logged in to view attached files.
    #149494

    Hello,

    You can disable the Reviews in the Woocommerce > Setting > Product tab > General and the tab would disappear.

    Best Regards

    #149578

    info@jullo.nl
    Participant

    Thank you! forgot about that.

    I did change the setting, but a grey row remains. Can i hide this grey row?

    #149605

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .product-tabs-wrapper {
        background-color: transparent;
    }

    If you want to hide the tabs add this code:

    body .single-product-content .product-tabs-wrapper {
        display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)