• Resolved Squashroby

    (@squashroby)


    Hi,

    Can you advise how I can change the ‘+’ icon to a magnify icon. Also I’d like the whole thumbnail to be clickable to lightbox rather than just the icon is this pssible?

    Thanks

    Rob

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdiscover

    (@wpdiscover)

    Hello @squashroby,

    To change icon from ‘+’ to magnify icon, please follow these below steps:

    Step 1: Go to WordPress Admin Panel -> Plugins -> Plugin Editor
    Step 2: Select plugin to edit: choose Photo Gallery Builder then click on select
    Step 3: Go to includes -> public -> templates -> design -> 3 -> index.php then at line number 110 you will get

    <i class="fa fa-plus"></i>
    
    then replace this line of code with
    
    <i class="fa fa-search-plus"></i>

    then click on update file. and the whole thumbnail to be clickable to lightbox is not possible.

    let us know if any issue.
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Change icon for lightbox and link thumbnail’ is closed to new replies.