Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #675285

    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!

    #675370

    Hey Tobiy,

    Try this CSS code:

    *{
        -webkit-filter:grayscale(100%) !important;
        filter:grayscale(100%) !important;
    }

    Best regards,
    Josue

    #675645

    Thank you so much Josue!

    #675654

    Hi!

    Glad Josue could help.
    Sorry for your loss. Our condolences.

    Best regards,
    Yigit

    #675939

    Hey, i appreciate that! Thank you

    #675950

    Hey!

    Please feel free to let us know if you would need anything else.

    Thanks a lot

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘make entire css greyscale’ is closed to new replies.