Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #404154

    Hello there, I searched for this but couldn’t find an answer, so sorry if it has been covered before.

    I would like to be able to show an image caption for items within the portfolio grid on hover in the same way that the image media element can do this. Is there anyway I can set it up to behave in this fashion?

    I am trying to create a cleaner looking home page so have chosen to display the portfolio grid without the title information showing. Having a caption appear on hover would provide me with a clean way to show my visitors the name of the portfolio item without adding too much clutter on my landing page. I have already turned off the default on hover images/actions so this may inhibit any such behaviour modifications.

    Any help with this is very much appreciated, thanks in advance.

    #404887

    Hey Ryan!

    you can remove captions with this code in Quick CSS field:

    .grid-content {
    display: none;
    }
    

    The hover function would be possible, but it would require a lot of customization and I am sorry but this is out of our support scope. But actually you could try this solution which shows a second image on hover (so you would need to design a second image with the hover style you want): https://kriesi.at/support/topic/enfold-portfolio-ajax-change-portfolio-grid-images-on-hover/#post-313590

    Hope this helps.

    Best regards,
    Andy

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