Image Gallery Caption

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30174
    Neha Kalantri
    Participant

    Hello,

    Is it possible to always show the caption below the image in the image gallery and not on top of it on hover?

    Thanks
    nk

    #30190
    Raghavendra
    Moderator

    We can pull off the same with custom CSS. Do let us know if you need help with the same.

    #30201
    Neha Kalantri
    Participant
    This reply has been marked as private.
    #30213
    Veena
    Moderator

    Pls try the below custom CSS in plugin settings > custom CSS

    .lae-gallery-wrap .lae-gallery .lae-gallery-item .lae-project-image .lae-image-info .lae-entry-title a {
        color: #000;
    }
    .lae-gallery-wrap .lae-gallery .lae-gallery-item .lae-project-image .lae-image-info .lae-entry-info {
        display: block;
        position: relative;
        top: 25px;
    }
    .lae-gallery-wrap .lae-gallery .lae-gallery-item .lae-project-image .lae-image-info .lae-entry-title {
        opacity: 1;
    }
    
    #30248
    Neha Kalantri
    Participant
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image Gallery Caption’ is closed to new replies.