Blurred text

  1. Add an htmlComponenet (aka embedded widget, iframe) and put it over the repeater.

  2. Check if the plan is Premium collapse the iframe.

  3. In the iframe code put:

<head>
<style>
body {
backdrop-filter: blur(6px);
}
</style>
</head>