Hey guys,
one of our collegues died and we want to change the color of our site to greyscale.
How can we “disable” the css and change everything to greyscale?
Thank you very much!
Hey Tobiy,
Try this CSS code:
*{
-webkit-filter:grayscale(100%) !important;
filter:grayscale(100%) !important;
}
Best regards,
Josue
Thank you so much Josue!
Hey, i appreciate that! Thank you
Hey!
Please feel free to let us know if you would need anything else.
Thanks a lot
Cheers!
Basilis