colored images (png) in frondent not ‘clean’
Check out this picture please, it looks like a gray filter is lying over it. In reality the png are not like this. Thanks!
Hi Tatjana,
neither HD Quiz nor the styler addon adds any filters to images; this must be coming from your theme.
To my eye, this looks like your theme applies an opacity filter to content images. I can send you some custom CSS that you can add to the styler addon to fix, but I need to be able to see this on your site. Can you please provide a direct link to a quiz with this?
Dylan, thanks for the quick answer. [stripped]
There you should see the Quizz (it’s a test, i just started using your plugin today).
Thanks!
Thanks for the link!
Looks like I was right. Whatever you are using to lazyload images adds a class lazy-hidden
to all images. This class reduces the opacity to 20%!
Luckily this should be an easy fix.
Add the following to the Custom CSS section of the styler addon.
.hdq_quiz_wrapper .lazy-hidden {opacity: 1!important;}
That will force all images inside of HD Quiz to be at 100% opacity.
Juhuuu, your the best! It worked directly. Thanks so much, i have to reduce a lot of images on my site as i have so many posts, but yours not (: Cheers, thanks again!