Hi,
I created a new Slider on which I want to add a greyscale CSS filter to an image layer.
Usually, I write it as follow:
.logo {
grayscale (100%);
opacity: .6;
transition: .6s;
}
.logo:hover {
grayscale (0%);
opacity: 1;
margin-top: -5px;
box-shadow: 0px 18px 22px -15px rgba(0, 0, 0.3);
}
The layer costum css cant read Class name so how can i define the Hover function/
meaning how shoud I write it?
Your help will be much appreciated
Kind Regards
Gal
Hey vntr,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon