Show Review Images only after user clicks Read More

Not sure if this is already feasible or not already, but in the Carousel layout of Google Reviews, is it possible to have the How to Display Review text = Short , and then have the widget show the Show Images only after the user clicks Read More on a particular review?

Feel free to move to CSS forum if I posted in the wrong spot. Thank you!!

1 Like

Hi there, @Jake_Lockwood :waving_hand:

Yep, you can achieve this using this code in the Custom CSS field on the Style tab of your widget’s settings:

.es-review-container .es-reviews-images-container {
  display: none;
}

Try it out and let me know if you like the result :slightly_smiling_face:

1 Like