• Resolved morecowbellll

    (@morecowbellll)


    Hello. I’m trying out the free version, and really like it enough to upgrade as my website expands. However, there is one issue I don’t understand: In Modula settings, I have captions and titles turned off. But in lightbox view, some of the images have text below. When looking in my media library, this text isn’t the image’s alt text, or the caption, or the title. Where is this text coming from, and how do I hide it?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter morecowbellll

    (@morecowbellll)

    It looks like the text might be the images’ OLD titles. I updated some titles two months ago. Is it possible that old titles are still around in Modula? And showing even when titles are turned off in Modula?

    Hi @morecowbellll,

    I apologize for the delayed response!
    I investigated this and the caption you see there is from the Media Library and the gallery pulls it from there.
    The options to hide caption and title are only for the hover effect.

    To hide that please go to your dashboard > Appearance > Customize > Additional CSS and add this code there:

    .modula-fancybox-caption__body {
    	display: none;
    }

    This will hide it.

    Warmly,
    Mihaela

    Thread Starter morecowbellll

    (@morecowbellll)

    That worked, thank you Mihaela 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text appearing below some images’ is closed to new replies.