Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #797692

    Hey guys,
    I have a question regarding the Easy Slider tool, which might be not related directly to your theme? I am not sure.
    If not, can you please redirect me to the correct source?

    I was wondering if it’s possible to the caption/title for each image,
    to show only while hovering the mouse over the picture,
    and not show at all times.

    Any way this can be done with some QuickCSS?

    Thanks in advance,
    Elad.

    #797722

    Hey Elad,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-caption.av-slideshow-caption { opacity: 0; }
    ul.avia-slideshow-inner:hover .avia-caption.av-slideshow-caption { opacity: 1; }
    

    Best regards,
    Yigit

    #797742

    Works like a charm :)
    And saved me a lot of work of creating single portfolio items…thank you Yigit!

    Elad

    #797756

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Easy Slider | Text Hover – possible?’ is closed to new replies.