New Landing How can we help? Atelier Hide review section

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #171144
    pnitas
    Member
    Post count: 42

    Hi guys
    I want to hide the review section.
    Ive been searching and all ive found in different sites this solution. Adding this to functions.php:

    add_filter( ‘woocommerce_product_tabs’, ‘wcs_woo_remove_reviews_tab’, 98 );
    function wcs_woo_remove_reviews_tab($tabs) {
    unset($tabs[‘reviews’]);
    return $tabs;
    }

    Is this correct? Because is not working to me..

    #171276
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add the code below to your custom css option

    
    #product-reviews-wrap {
     display:none;
    }

    Hope it helps.
    -Rui

    #171284
    pnitas
    Member
    Post count: 42

    Working!
    Thanks a lot! 🙂

    #171286
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register