Brand Logos From Gray To Colored?

hi guys,

for some reason the brand logo's on our website turned from standard being displayed in gray scale to colored. We dont understand why.

Normally they are displayed gray and turn to color on mouse-over. How can we fix this?

What page with brand logos do you mean?

I'm sorry, I wasnt clear.

There is a block "our brands" that displays the logo's of all the brands in your webshop. We display it on our frontpage

You can add below custom css to the store in the Theme editor:

img.ty-grayscale {filter:none;}

Thanks for the ip cscartrocks. Unfortunately it did not work.

The problem is we didn't change anything and we dont want to add some override. We want it to work as before: grey by default, and colored on mouse-over. Is there a way to change settings of the block?

Thanks for the ip cscartrocks. Unfortunately it did not work.

The problem is we didn't change anything and we dont want to add some override. We want it to work as before: grey by default, and colored on mouse-over. Is there a way to change settings of the block?

You can PM me about your site url so we can take a look for you.

On the demo the brand logos are not grey anymore. Looks like this feature was removed

On the demo the brand logos are not grey anymore. Looks like this feature was removed

This happened seemingly spontaneous 2 weeks ago (no updates were installed).
We are not using a demo version and whats even weirder: it happened both on the live and test site, fully independent from each other.

I have just noticed that brand logos are not grey not in all browsers. Looks like you updated your browser and current version cannot use some CSS filters. Please post it to the bug tracker

For what is worth JayNL we have had the same issues with the our brands feature block.

We disabled it since it is also slowing down our page loading speed.

Hi it seems that google updated Chrome and now it doesnt work anymore :S Thanks for all the help guys!

For what is worth JayNL we have had the same issues with the our brands feature block.

We disabled it since it is also slowing down our page loading speed.

We've measured our and its not slowing our page down

Strange, this features doesn't work anymore in Opera, Edge and Chrome but still fine in Firefox.

Disabling the line with filter: url makes the pictures gray, but then they don't color on mouseover.

.ty-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url(data:image/svg+xml;utf8,#grayscale);
}

Strange, this features doesn't work anymore in Opera, Edge and Chrome but still fine in Firefox.

Disabling the line with filter: url makes the pictures gray, but then they don't color on mouseover.

.ty-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url(data:image/svg+xml;utf8,#grayscale);
}

Please post issue to the bug tracker.

Ok, reported http://forum.cs-cart.com/tracker/issue-6506-grayscale-brand-logos/