The greyscale to colour option in the client panel works fine when there's no link, but when there's a link applied it will only change the colour and not the opacity making the logo washed out
Which specific option are you referring to in the salient options panel, could you let us know exactly and also include a screenshot that shows where it is so we better understand this.
Hi,
The greyscale to colour option in the client panel works fine when there's no link, but when there's a link applied it will only change the colour and not the opacity making the logo washed out
Many thanks
A
Hi there,
Which specific option are you referring to in the salient options panel, could you let us know exactly and also include a screenshot that shows where it is so we better understand this.
Thanks.
I had the same problem. I tried to add the following snippet of custom CSS :
.clients.fade-in-animation.completed>div:hover, .clients:not(.fade-in-animation)>div:hover {
opacity: .99!important;
}
and it worked