Shape 5

Joomla Templates => Spectrum - Club => : KlintWeb May 10, 2015, 04:47:20 AM



: insurance_icon_set not white on hover - solved
: KlintWeb May 10, 2015, 04:47:20 AM
After editing some of the Icons with Photoshop, they didn't change the color to white on hover. I tested the images on CodePen with the several different results.
The solution is to use the filter grayscale before brightness
:
.module_round_box-gray_hover:hover .insurance_icon_set img {
    filter: grayscale(100%) brightness(50000%);
}
Niels - DK


: Re: insurance_icon_set not white on hover - solved
: mikenicoll May 12, 2015, 12:18:14 AM
Hello,

Alright thanks for posting your findings. That coding may not work in all browsers but should for the modern ones.


: Re: insurance_icon_set not white on hover - solved
: KlintWeb May 12, 2015, 12:52:32 AM
Hello,

Alright thanks for posting your findings. That coding may not work in all browsers but should for the modern ones.
Your right, but the code is part of the template - if brightness works, grayscale does too


: Re: insurance_icon_set not white on hover - solved
: mikenicoll May 12, 2015, 12:59:03 AM
Ah ok,

Thanks for the update ;)