Portfolio Slider - Thumbnail zoom/Link
Hi Support team,
We need to disable the Zoom(Enlarge) option when clicking on the Magnifying glass icon in the portfolio slider.
Only require the thumbnail to be clickable so it goes into the inner page. Kindly help.
To make it more clear see this demo page: http://themes.muffingroup.com/be/portfolio/
When we hover over thumbnails we get Magnifying Glass and Link icon. How to disable/remove the enlarge image option.
We need to disable the Zoom(Enlarge) option when clicking on the Magnifying glass icon in the portfolio slider.
Only require the thumbnail to be clickable so it goes into the inner page. Kindly help.
To make it more clear see this demo page: http://themes.muffingroup.com/be/portfolio/
When we hover over thumbnails we get Magnifying Glass and Link icon. How to disable/remove the enlarge image option.
Comments
you can remove this enlarge option with below css:
Also for other users who may be viewing this post.. you simply have to paste the code in the following location in dashboard > Appearance > Edit CSS section and Save it.
you can try adding this code to remove the background behind the icons..works for me.
.image_frame .image_wrapper .image_links {
background: none;
}
Where should I add the code? (This one below I mean) THANKS! :-)