Forum Academy Marketplace Showcase Pricing Features

How do I blur a portion of a repeating group?

Does anyone know how to blur a section of a repeating group?

Example: I want to show the first 5 results and blur out the remaining results. Is that possible at all?

with custom css and html element.

→ when current cells index > 5 set id to your custom html element

1 Like

Thanks @daviddr17 !

1 Like