It is possible with small CSS change. We use there not image but kind of icon which we've placed using content CSS property. If you replace it by title Please add this code to
override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
.gkPhoto > a::after { content: attr(title) !important; font-size: 16px; width: 100px; left: 35% }
and then just remember to enable "Use override CSS" option in template advanced settings tab. Effect should be like on this image »
screenshot