Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1031079

    I’d like to display the caption under or at the bottom left of each large image

    Thank you

    #1032095

    Hey octamedia,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field:

    .mfp-title {
        display: block !important; 
    }

    Best regards,
    Mike

    #1032110

    It works, thank you!

    One more thing, how can we control the font size on the large images and the thumbnails

    #1032208

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .av-masonry-entry .av-masonry-entry-title {
        font-size: 10px !important; 
    }
    div .mfp-title {
        font-size: 10px !important; 
    }

    The first rule is for the thumbnail titles, and the second rule is for lightbox titles.

    Best regards,
    Mike

    #1032436

    I do not see any change even after I increase the font-size to 14 or 30

    #1032530

    Hi,

    You have active caching on the site, please clear that, disable the plugin then reload the page. When to not use a caching plugin.

    Best regards,
    Rikard

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