Forum

The forum is a free service supported by community members. Please consider opening a support ticket if you need timely help.

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 08 Apr 2020 07:37 PM by  Mark Hartt-Palmer
Product Review - Hide review rating
 4 Replies
Sort:
You are not authorized to post a reply.
Author Messages


New Member


Posts:32
New Member


--
02 Apr 2020 07:09 PM

    Is it possible to hide the star rating at review, page or global level? We will be including quotes from reviews by magazines (such as the BBC Music Magazine) who don't assign a star rating to their reviews.

    Many thanks for your help

    Mark

    0


    Veteran Member


    Posts:2956
    Veteran Member


    --
    06 Apr 2020 03:32 PM

    Hi Mark

    There's a few way to hide it. The easiest might be to add a bit of CSS to your portal stylesheet (Settings > Custom CSS under the persona bar)

    div.rvdsf-field-rating {
    display: none;
    }

    After you do that, please test to make sure users can still post reviews.

    I hope this helps :)

    0


    New Member


    Posts:32
    New Member


    --
    06 Apr 2020 09:11 PM

    Many thanks Stephen

    It works as expected now so that the rating doesn't show when a user posts a review.

    How can the same be achieved on the Reviews tab on the product details page?

    Many thanks

    Mark

    0


    Veteran Member


    Posts:2956
    Veteran Member


    --
    08 Apr 2020 07:13 PM

    Try with this instead. This should cover both:

    span.rvdsf-field-rating,
    div.rvdsf-field-rating {
    display: none;
    }

    Have a good week!

    0


    New Member


    Posts:32
    New Member


    --
    08 Apr 2020 07:37 PM

    That works perfectly - many thanks Stephen!

    Hope you have a good week too. :-)

    0
    You are not authorized to post a reply.