Hi,
My first post, thanks for a great theme! One question, how do I disable the effect of when you mouse over an image it fades it and displays the magnifying glass?
Thanks!
Hi,
My first post, thanks for a great theme! One question, how do I disable the effect of when you mouse over an image it fades it and displays the magnifying glass?
Thanks!
Hello,
Please add this on your custom.css
#top .boxed #main .slideshow img {
max-width: 894px;
opacity: 1!important;
}
.lightbox_image {
background: transparent url(../images/shared/magnify.png) center center no-repeat;
display: none!important;
}
Regards,
Ismael
Thanks!
That removed the magnifying glass. How do I stop the image from fading?
Regards
Hello,
I think this code can do that
#top .boxed #main .slideshow img {
opacity: 1!important;
}
Regards,
Ismael
Thanks Ismael, but all my images are still fading, my site has many images and people need to see them clearly, the fading effect is not helpful.
Hi AlfredPayne,
Try to use this code:
#top .slideshow img {
opacity: 1 !important;
}
Hope this helps. :)
Regards,
Ismael
Thanks Ismael,
Still not working, I have found a work around though. If you link the image to a page instead of to itself (so the image won't open in a lightbox)
the fading effect is gone. Thanks for your help!
Hi AlfredPayne,
Glad that I could help. :)
Cheers,
Ismael
You must log in to post.