Logo showcase functionality

Is there any solution to get color change on hover of logo if it’s SVG?

2 Likes

Hi @Gor_Manucharyan and welcome to Community :heart:

We’ll be happy to check if there is any solution for your use case.

I’ll discuss it with our devs and get back to you a bit later :slightly_smiling_face:

1 Like

@Gor_Manucharyan Please try to add this code to the Custom CSS field on the Style tab:

.global-styles, .eapp-logo-showcase-logo-inner:hover {
  filter: invert(29%) sepia(9%) saturate(1369%) hue-rotate(190deg) brightness(93%) contrast(94%)!important;
}

Please check it and let me know if it helped :slightly_smiling_face:

1 Like