Desktop Icons DIssapear when font size changes

Whenever I edit the Font_Weight for the desktop icons, it decides that it should have a closeout and everything must go, I guess (idk bad joke I'm tired.), I made a demonstration of it over here: GOOGLE DRIVE VIDEO I don't know what Im doing wrong

Better Explanation - Whenever I edit the font-weight in the stylesheet.css for the desktops (more specifictly this part:

.file-label, label.file-label:backdrop {
    text-shadow: 0px 1.5px 3px rgba(0,0,0,0.85);
    color: white;
    font-weight: 0;
}

.file-label-dark, label.file-label-dark:backdrop {
    text-shadow: 0px 1.5px 3px rgba(255,255,255,0.85);
    color: black;
    font-weight: 600;

) Then save and reset them it the whole icons just disappear, I don't know why even though I followed the same tut..
Thanks

That is not a valid value for the font-weight parameter.
The values that work in GTK are normal, bold, lighter and bolder.
The font weight of 600 is... I think you really wanted that to be very bold.... :stuck_out_tongue:

Also, does your backdrop class have a closing bracket? It does not show in your code snippet and there is a random closing parenthesis in the main body... Ensure it is a bracket, not a parenthesis in your code.

1 Like

It comes at 600 default...
it's /usr/share/gnome-shell/extensions/zorin-desktop-icons/stylesheet.css

And second, I was talking about this form, in which I was checking if I academically put 600, sometimes I found my issue too :sob:
For reference, this form Remove desktop icon text

In which I was mistaken again... still doesn't work, even with 0px

edit: Never mind... I should really read stuff thoroughly next time... forgot to change font-weight to font-size

Thanks for helping Aravisian !

1 Like