• Resolved MarjoriesDaughter

    (@marjoriesdaughter)


    We are working to make the linked site more ADA compliant. One of the problems is that the captions, when you click to open the images, require the mouse to stay in position. So, the captions blink on and off for someone who has motor skill issues.

    How can the captions be made to stay put?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @marjoriesdaughter,

    Thank you for reaching out!
    Please add this code in Appearance > Customize > Additional CSS:

    html body .modula-fancybox-container .modula-fancybox-caption {
    	opacity: 1 !important;
    	visibility: visible;
    }

    Warmly,
    Mihaela

    Thread Starter MarjoriesDaughter

    (@marjoriesdaughter)

    That did the trick! I also had to override the font size (14px to 16px).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disappearing captions on Lightbox’ is closed to new replies.