[ad_1]
We want to suggest to readers that every image opens in a lightbox (is expandable); is there a way to add an icon to each image that is not part of a gallery? The current theme doesn’t allow anything like that.
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Do you mean something like a watermark? If so, there are plugins for that
Sounds like you’re using a lightbox plugin, so that means there should be an element with a class wrapped around the image, so you’re able to do things to the image like div.wrapper:after { position:absolute; }. It should be doable with CSS, but worst case you can use JS.
Can you share a URL?