.friend-grid img {filter: grayscale(90%) !important;
}
They used to work but they suddenly stopped for no reason....
please help
« Web, HTML, Tech Forum
HELP!!! code i used doesn't work....
I'm trying to use a filter to make all of the img in the friends section grayscale.
I used this code:
.profile .friends .person img {
filter: grayscale(90%) !important;}
And this code: