#home icon
1 messages · Page 1 of 1 (latest)
ok well that's a shame
if i could solely select the home one in an easier way i would
i'll figure something out later but you might just have to cope with it for the time being
if the home icon had a unique class that would be great but clearly it isn't
it sets any background of a server with a transparent icon to the icon you set
besides that, i like it :3
not the uh- server- icon stuff but
you get what i mean
oh wtf
i'm gonna have to figure out selection things
[class^=tutorialContainer]:first-child svg { visibility: hidden }
[class^=tutorialContainer]:first-child [class^=wrapper] {
background: url(PUT IMAGE URL HERE !!! OR YOU WILL EXPLOD !!!!);
background-size: contain;
}
made it rehashproof and fix selection
share the sakura icon image you used in the example prettyplease
use inspect element on the previews
tyyy!
works perfectly
sorry for being helpless with this, but how can i fix this? with the image in front of the container
how did you manage to make it a square
hold on
no clue
this is what i have
/* home icon */
[class^=tutorialContainer]:first-child svg { visibility: hidden }
[class^=tutorialContainer]:first-child [class^=wrapper] {
background: url(https://discord.com/assets/37a397ee39fe0063db4a2b3221aa8425.webp);
background-size: contain;
}
hold on, i'll get the right code
hmm, does anyone else have problems getting to dms now when clicking on the home icon?
with this css?
no
when using this, yes i did
hmm
yeah even tho visibility: none shouldn't remove it, when it's in my css it stops working
'dunno
use the old code for now
unfortunately i have a bunch of servers with no icon
tho i think i can combine both maybe
one sec, i think i got it
fixed it!
just putting it all together
omfg nevermind
ok everyone thank discord's accessibility team
`/* home icon */
.childWrapper-1j_1ub{
background: url("REPLACE THIS WITH YOUR IMAGE URL!!!! IMAGE HERE PUT IMAGE HERE!!!!! IMAGE !!!!!!1!!");
background-size: contain;
visibility: hidden;
}
[aria-label='Direct Messages'].wrapper-3kah-n {
background: url(REPLACE THIS WITH YOUR IMAGE URL!!!! IMAGE HERE PUT IMAGE HERE!!!!! IMAGE !!!!!!1!!);
background-size: contain;
}`
there
that should work
@deep pilot @balmy flower @shell granite
hmm
servers with no server icon are now blank
interesting
wait i know why
wait jk
thank you!!
fire thanku sm
honestly
i would say i would fix this
but they do like. not have an icon so it's an easy fix
i'll work on it but it's not high priority
@shell granite fixed it
hold on
go check the main message
edited code should work, does for me
lmk
@shell granite i lied there was a fatal error
newest update fixes it
paste the shit in from the main message
Oop I'm abt to sleep
regardless it should work, it does for me
works good 4 me
where did you get the mac-controls in the screenshot from? @urban sleet
from my computer..?
oh lol I thought it's a snippet 
it doesn't work for me, idk why
i've tried to do it with images from #📜-js-snippets message
nice thanks
This code goes:
/* Home Icon */
.wrapper-3kah-n[data-list-item-id="guildsnav___home"] .childWrapper-1j_1ub {
background: url("REPLACE THIS WITH YOUR IMAGE/GIF URL!") no-repeat center;
background-size: cover;
}
.childWrapper-1j_1ub svg {
display: none;
}
Can you send me a picture of it?
hm ok i fix that, hold on
Here with it should be fixed :D :
/* Home Icon */
.wrapper-3kah-n[data-list-item-id="guildsnav___home"] .childWrapper-1j_1ub {
background: url("REPLACE THIS WITH YOUR IMAGE/GIF URL!") no-repeat center;
background-size: cover;
}
.wrapper-3kah-n[data-list-item-id="guildsnav___home"] .childWrapper-1j_1ub svg {
display: none;
}
ðŸ˜
this works only when the tab is opened
(when the nitro discord theme is applied)
I look later
Now it should be bug free @hasty fox
/* Home Icon */
.wrapper-3kah-n[data-list-item-id="guildsnav___home"] .childWrapper-1j_1ub {
background: url("REPLACE THIS WITH YOUR IMAGE/GIF URL!") no-repeat center !important;
background-size: cover !important;
}
.wrapper-3kah-n[data-list-item-id="guildsnav___home"] .childWrapper-1j_1ub svg {
display: none;
}
It works, tysm!!!
@sly swan ik this is shamefull but. where do i put it ðŸ˜
in your quick css
is it possible to put more than 1
wdym? just paste this anywhere in your quick css
like i found more snippets
can i put more in quickcss
or just one
yeah just paste all of them
i put this one
i will make an space beeetwen them cause idk if it works
just look in the main message
if you don't use favourites, paste only the first one in your css
if you use favourites, use the second one only
pasting multiple snippets is unnecessary and just clutters your quickcss
The midnight discord theme has those but on the right
Hey! Does it still work? im having a little trouble making it work (im stopid)
allegedly new update might have broken it, i’ll work on it when i update
oh oki
thanks :D
Custom Home Icon fix:
/* home icon */
.wrapper_d281dd[data-list-item-id="guildsnav___home"] .childWrapper__01b9c {
background: url("REPLACE THIS WITH YOUR IMAGE URL!!!! IMAGE HERE PUT IMAGE HERE!!!!! IMAGE !!!!!!1!!") no-repeat center !important;
background-size: cover !important;
}
.wrapper_d281dd[data-list-item-id="guildsnav___home"] .childWrapper__01b9c svg {
display: none;
}
does it still work with the recent discord update?
no theme I tried works anymore
Works for me
I don't really like the background but the buttons are cool that's for sure ^^
Yeah the background and text is a bit to dark but it's my favourite out of the other ones I've used
I really liked vibrant glass but it's broken for days now
custom home icon fix for the new discord update!
[removed for being outdated]
dont mind the image
someone in support sent this so i tired and it works
.wrapper__8436d[data-list-item-id="guildsnav___home"] .childWrapper_a6ce15 {
background: url('REPLACE THIS WITH YOUR IMAGE URL!!!! IMAGE HERE PUT IMAGE HERE!!!!! IMAGE !!!!!!1!!') center/cover no-repeat;
background-size: cover !important;
}
.wrapper__8436d[data-list-item-id="guildsnav___home"] .childWrapper_a6ce15 svg {
display: none;
}```
Credits: @sly swan
New Up to date version after the discord reroll
/* home icon */
.wrapper_f90abb[data-list-item-id="guildsnav___home"] .childWrapper_f90abb {
background: url('REPLACE THIS WITH YOUR IMAGE URL!!!! IMAGE HERE PUT IMAGE HERE!!!!! IMAGE !!!!!!1!!') no-repeat center !important;
background-size: cover !important;
}
.wrapper_f90abb[data-list-item-id="guildsnav___home"] .childWrapper_f90abb svg {
display: none;
}