Hi,
I need a fade effect for my reviews after the text has reached a certain fixed height, as in the attached image.
You can see the page in question on the following site: rushngo .com
Thanks for any help ![]()
A user seeks to implement a fade-out effect on product reviews that activates only when text exceeds a fixed height of 432 pixels. The gradient should appear at the bottom of the review container, with any overflow text being cropped.
Current Status:
Outstanding Issue:
Technical Context:
The solution involves editing the theme.liquid file in Shopify. Visual examples (screenshots) were shared to illustrate both the current implementation and the desired outcome.
Hi,
I need a fade effect for my reviews after the text has reached a certain fixed height, as in the attached image.
You can see the page in question on the following site: rushngo .com
Thanks for any help ![]()
Hi @Rushngo ,
This can be achieved by this simple CSS snippet.
Edit your current theme code
Search and edit theme.liquid
Search and place the following code above the line
If everything is done correctly, the result should look like this: