#Is it possible to refer to ".cover-art" class so it can change it's color?

27 messages · Page 1 of 1 (latest)

vernal silo
#

.cover-art { clip-path: circle(50% at 50% 50%);}
.HD9s7U5E1RLSWKpXmrqx {background-color:transparent;}

#

does this work?

heavy elm
#

I'll test it, wait

#

Well kind of, however I can still see a layout under then image, but it's transparent now though

#

Would it be possible to remove the layout completely or not really?

vernal silo
#

can you send a picture i dont understand what you mean

heavy elm
#

Yes, hold on

#

As we can see there is an layout there still, but it's just transparent now

vernal silo
#

what theme are you using

heavy elm
#

Now way it was the theme's fault lol

#

It's called "Hazy"

vernal silo
#

try this

#

.cover-art { clip-path: circle(50% at 50% 50%);}
.HD9s7U5E1RLSWKpXmrqx {background-color:transparent;}
.main-coverSlotCollapsed-container{box-shadow: none;}

heavy elm
#

So it worked for like a second, but when it applied the reload function, it came back to the same result

#

kind of weird

vernal silo
#

.cover-art { clip-path: circle(50% at 50% 50%);}
.HD9s7U5E1RLSWKpXmrqx {background-color:transparent;}
.main-coverSlotCollapsed-container{box-shadow: none !important;}

#

should work i forgot !important at the end

heavy elm
#

Yes, it works tysm! If possible could you explain how you did that and explain the code? I would be very grateful for that

vernal silo
#

.cover-art { clip-path: circle(50% at 50% 50%);} just makes it a circle

#

i added {background-color:transparent;} to every classname until it changed then chose that one

#

.main-coverSlotCollapsed-container i looked at the classnames that has a box shadow style to it and overwrote it with none

heavy elm
vernal silo
#

if one already has a style and you want to override it you can put !important at the end

vernal silo
radiant blade