Reply To: Magnifier box opacity

#16243
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I believe the best possible solution in this case is to force a transparent background by custom CSS. To make the icon background transparent use this:

.promagnifier {
    background: transparent !important;
}

Also, note, that transparent in this case means, that the underlying layer gets displayed. If the color of the main container is not transparent, then it will still be colorized. If you wish, you can make that transparent as well:

.probox {
    background: transparent !important;
}

I hope this helps!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)