Viewing 5 replies - 1 through 5 (of 5 total)
  • BUMP. I am have been having the same problem, and can’t figure it out.

    BUMP BUMP. Having exact same issue, presume it’s a css media query change, but can’t find it.

    Any ideas? Have fully licensed copy.

    ok, found it,

    /assets/css/soliloquy.css

    there is the @media class with display:none

    put the following in your stylesheet..

    /*override soliloquy default*/
    @media (max-width:600px){.soliloquy-container .soliloquy-caption{display:block !important;}}

    Thanks abelito! That worked like a charm.

    You can either add the above CSS, or if you use the Premium version, there’s an option to enable / disable captions on mobile.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Captions not appearing on mobile’ is closed to new replies.