Okay
  Public Ticket #3102794
Client panel doesn't change opacity when link is applied
Closed

Comments

  •  1
    Akshay Morzeria started the conversation

    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

  •  277
    Noah replied

    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.

  •  1
    cimbraconsultants replied

    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