To remove the blur from images from showing up:
- Go to Browse
- Click on Cards
- Go to Styling
- Remove the following section below
- Click Save
You can remove this part from the styling section:
.blur {
filter: blur(15px);
}
To remove the blur from images from showing up:
You can remove this part from the styling section:
.blur {
filter: blur(15px);
}