2024-02-23, 08:03 PM
(This post was last modified: 2024-02-23, 08:26 PM by JustAnABDL. Edited 2 times in total.)
Thanks for responding. I modified the post.
Okay and also to use a background image, I can use this code but the problem is that it modifies all the other pages:
.backdropImage {
display: none;
}
.backgroundContainer {
background-color: rgba(0, 0, 0, 0);
background-image: url('https://i.ytimg.com/vi/avCWDDox1nE/maxresdefault.jpg');
filter: blur(10px);
background-size: cover;
}
But do you know how I can modify this code to not see the image on individual films and series.
Thanks for your help :3
Okay and also to use a background image, I can use this code but the problem is that it modifies all the other pages:
.backdropImage {
display: none;
}
.backgroundContainer {
background-color: rgba(0, 0, 0, 0);
background-image: url('https://i.ytimg.com/vi/avCWDDox1nE/maxresdefault.jpg');
filter: blur(10px);
background-size: cover;
}
But do you know how I can modify this code to not see the image on individual films and series.
Thanks for your help :3