Enable complete rather than partial reviews to display.

Home Forums Support Issues & Bugs Enable complete rather than partial reviews to display.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #389196
    Charlie
    Participant
    My reviews are great, and since I have a limited amount, I would like them to display completely rather than the READ MORE option. Can you kindly help me with this?
    #389197
    Charlie
    Participant
    This reply has been marked as private.
    #389203
    Anshuman Sahu
    Keymaster

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :


    .reviewlist.commentlist li .comment-text .comment_text span.second_content{
        display:initial;
    }

    .reviewlist.commentlist li .comment-text .comment_text .read_more {display:none;}
    #389233
    Charlie
    Participant

    Thank you This removes the READ MORE text.. Perfect. But it does not make ALL the text of the reviews display... and there is no way to see the test of the review texts.

    #389241
    Anshuman Sahu
    Keymaster

    Im sorry I was not able to find any issue with css solution I just gave . 


    Can you please share a screenshot of video of the issue?

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.