Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1488560

    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

    #1488582

    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

    #1488595

    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

    #1488596

    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;
    }
    #1488597

    Thanks for the CSS

    #1488614

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.