• pixelhated

    (@pixelhated)


    Hi, I am looking for some help with a gallery I am creating (http://debrichardsondesigns.com/?page_id=22). I’m looking to remove the eyeball image that pops up when you hover over a thumbnail. I would also like it to show the Image caption under the thumbnail, then show the thumbnail and description once the large image pops up. Right now I have it so the caption and thumnail show once hovering for a second which isn’t the result I want.

    Any help would be very appreciated, thank you!

    https://wordpress.org/plugins/easy-image-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • To remove the eye icon, you can use basic CSS

    .image-gallery .icon-view { display: none; }

    See the other support thread on how to add the caption/description under the image. To add the description to the lightbox is a bit more complicated and will require some custom Javascript to be written.

    Thread Starter pixelhated

    (@pixelhated)

    Sumobi thank you for the response!

    I know nothing about coding really so maybe I am in a bit over my head. Where do I add that code exactly? When I try to add it to parts of the plugin php I keep getting “fatal errors” hah whoops.

    As for the caption/desctription custom Java script is definitely over my head, so I will leave that one alone!

    Thanks in advance for your help.

    Thread Starter pixelhated

    (@pixelhated)

    Any help would be appreciated. Where would I put the code line?

    .image-gallery .icon-view { display: none; }

    You put it into your style.css file within your theme 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove eye oh hover add title below thumb’ is closed to new replies.