Tagged: slider
hi,
tried to find out how to get the slider with the grey logo’s. Did it with partner/logo elements, but my logo’s are huge, not displaying completely and coloured….
can you pls advice?
rgds
Iris
Hi IrisMar17!
You need to manually add grayscaled images or add this on Quick CSS or custom.css:
.avia-logo-element-container img {
filter: url(filters.svg#grayscale);
filter: gray;
-webkit-filter: grayscale(1);
}
This will render the partner/logos to grayscale.
Cheers!
Ismael
Thanks!!!
I will try. At what size did you set the logo’s?
rgds
Iris
Hey!
They are 204x101px after being resized. Size will depend on how many columns you would like to display. You should upload logos that are proportional to each other
Best regards,
Yigit
hi,
I restyled them in greytones and used the size you mentioned. That worked. Thanks!
rgds
Iris