• openhappiness

    (@openhappiness)


    Hello We are using Client logo section to showcase our sponsors.
    https://swwicca.org/

    Could you please help us way to show the images as color instead of grey-scale. Currently we can see them as color only when we hover over it.

    Thank You in advance so much for help.

    Regards,
    Sandeep

Viewing 1 replies (of 1 total)
  • flashlula

    (@flashlula)

    Hello, Sandeep!
    I think i’ve used this extra CSS (set the gray to zero):

    .client-logos li img {
    max-height: 40px;
    opacity: 0.6;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Client Logo Color Hover’ is closed to new replies.