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

    Hi

    Is there a way inverse the hover effect for the gallery? so opaque normal and full picture on hover?

    also

    How do I add a space in the picture caption? I tried putting a <br> code but it didnt work.

    #517261

    Hey mcraig77!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    #top .avia-gallery .avia-gallery-thumb a {
        opacity: .5;
    }
    
    #top .avia-gallery .avia-gallery-thumb a:hover {
        opacity: 1;
    }

    Cheers!
    Ismael

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