#**Transparent discord loading**:
1 messages · Page 1 of 1 (latest)
Mine does this but it looks broken lol
I remember making this with the ability to make the background image whatever you want, let me find it
.container__827e6 {
background: url('insert image link here') !important;
opacity: 1; /* Insert Opacity here */
backdrop-filter: blur(10px); /* Insert Blur here*/
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
I am not sure if fix clipping is actually needed
[class^=container__][class*=fixClipping__] {
background: url('insert URL here') !important;
opacity: 0; /* Insert Opacity here */
backdrop-filter: blur(10px); /* Insert Blur here*/
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
Here a better version
.content_de05de {
display: none;
}
if you want to remove the original loading screen
[class^=container__][class*=fixClipping__] > [class^=content_] {
display: none;
}
Here an attribute selector version.
very very Based.
very cool, whats that theme though? in the background
We need an update on this
/*discord loading page*/
.container_e40c16.fixClipping_c7e9c6 {
background: 0 0;
backdrop-filter: blur(5px);
}```
@drowsy shuttle pls update
rah
/*discord loading page*/
.container_e40c16.fixClipping_c7e9c6 {
background: 0 0;
backdrop-filter: blur(5px);
}
