how do i change the neospring logo it like. looks like ass
Reactions
Comments
Leave a comment
I don't think you can unfortunately, at least not with CSS
But you can hide it:
img[title="Neospring"] {
display: none;
}
and you can probably add filters to it in a similar way (for things like changing its color) but that depends on how you want it to look
you can clear you cache