Home Forums Basel support forum Display Product Star Ratings on Shop & Category Pages

Display Product Star Ratings on Shop & Category Pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #85667

    Taidgh Richards
    Participant

    I would like to display star ratings on the general shop pages, and category pages. I understand you can display them with different hover effects under Theme settings -> Shop. However I would like to display them with the “alternative” hover effect. Is there custom css I can use or will I need to edit my functions file?

    Regards,

    Taidgh

    #85670

    Taidgh Richards
    Participant

    I was able to resolve my issue by adding

    remove_action('woocommerce_after_shop_loop_item_title','woocommerce_template_loop_rating',5);
    add_action('woocommerce_shop_loop_item_title','woocommerce_template_loop_rating',5);

    to functions.php, in appearance -> editor.
    And

    .product.basel-hover-alt .star-rating {
        display: block;
    }

    to custom css.

    Regards,

    Taidgh

    #85704

    Ok. That is great. You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Display Product Star Ratings on Shop & Category Pages’ is closed to new replies.