Viewing 1 replies (of 1 total)
  • Plugin Support Sandip Mondal – a11n

    (@sandipmondal)

    Hi @biharking,

    You can add the following CSS in your site under Appearance -> Customize -> Additional CSS to limit the review content and apply the overflow instead of a read more button:

    
    .comment-text .description  {
        max-height: 300px;
        overflow: scroll;
    }
    

    If the above CSS does not work on your site, can you please URL to a product page so we can check your site and provide a CSS solution?

    Looking forward to your reply!

Viewing 1 replies (of 1 total)
  • The topic ‘How to add Read more toggle/button in review content description’ is closed to new replies.