2025-03-04, 01:06 PM
(This post was last modified: 2025-03-04, 01:08 PM by Crazzzy DucK.)
If you only want things on certain areas, look for the ID of the containers of that section.
Add : #itemDetailPage
for the season page
If you don't want the cards on the homepage to be blurred try;
#indexPage .overflowBackdropCard .cardImageContainer {
filter: blur(0px);
}
It may need an !important
What I haven't been able to work out is how to not have the play button blurred as well
Add : #itemDetailPage
for the season page
If you don't want the cards on the homepage to be blurred try;
#indexPage .overflowBackdropCard .cardImageContainer {
filter: blur(0px);
}
It may need an !important
What I haven't been able to work out is how to not have the play button blurred as well