Hi,
Gallery image large with lightbox – change icon to camera or gallery icon
Is there any CMS to change, so it is clearer that its a gallery with more images?
Thanks
Hey woogie07,
Thank you for the inquiry.
Which icon are you trying to change, and what do you mean by “CMS to change”? Please elaborate or create a test page so we can better understand what you’re trying to do.
Best regards,
Ismael
Hi
Test page in private.
On the images under ‘Just some of our transformations…’
these have gallery (set as big image reveals lightbox on click)
I want to make it more clear from a user perspective that they click on the image to view more.
The current icon shows arrows which is not clear. Can it change to a camera icon, or can we add text over the image for ‘View Gallery’
Thanks
Admittedly, this is a very specific replacement for the usual \e869 icon. But that is probably what is meant by a CSS (not CMS) solution. For a simpler replacement, \e80e does not look quite as complicated.
https://webers-testseite.de/popup-gallery/
but i think now these icons are svg ones – so the simple method to replace the font-icon by just doing:
#top .image-overlay .image-overlay-inside::before {
content: "\E80E" !important;
font-family: entypo-fontello;
font-size: 42px;
font-weight: 400;
}
Thanks for the CSS