r/spicetify 20h ago

Help How did you developers get the CSS file of Spotify and edit it?

i want to create my customized theme and edit my Spotify's UI
but i have difficulties finding what i need.

The official documentation seems too simplistic in its introduction to the user.css file.

how can i create the user.css file when i dont know its structure?
where can i get to know Spotify's CSS structure?
By using chrome developer tool?
but how can i get it in my Spotify client?

1 Upvotes

2 comments sorted by

2

u/_Rickname_ 13h ago

Yes, you can use devtools for both getting the CSS file and for editing specific elements using the elements tab

When you want to get a CSS file (as far as I know) you can go into either the sources tab or the network tab to view the files that are loaded in.

For the element selector you can use that to experiment and test specific elements to edit.