New Landing How can we help? Atelier Remove ratings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #176401
    pedroandrade
    Member
    Post count: 31

    Hi, how can i disable product ratings? (those little stars on product listing and product details.
    Thank you

    #176403
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .products .product .star-rating, .woocommerce .star-rating {
       display: none!important;
    }

    -Rui

    #254196
    doyley3
    Member
    Post count: 22

    Hi is there a way to do this using function.php?

    I’ve used the following to remove price from catalog page but rating doesn’t seem to get removed.

    remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’, 10 );
    remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_rating’, 15 );

    #254208
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to WooCommerce Settings > Products and disable ratings on reviews

    – Kyle

    #254233
    doyley3
    Member
    Post count: 22

    I’d like to keep ratings on product page but remove them from catalog pages

    #254263
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce ul.products li.product .star-rating {
        display: none !important;
    }

    Thanks
    Mohammad

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

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

License required for one of the following items
Login and Registration Log in · Register