• Resolved connor234

    (@connor234)


    Hi there,

    I’ve tried targetting specific IDs & Classes in CSS, as well as altering the JS but neither is giving me the results I’d like.

    I’d like the captions to automatically show without clicking the JS Button. (See Image)

    Here’s what I’m aiming for; https://prntscr.com/kgz951

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @connor234,

    Thanks for posting!

    We should be able to do that with a bit of custom CSS. Do you think you can share the URL of the page in question so we can check? ??

    Ben

    Thread Starter connor234

    (@connor234)

    Hi there,

    The URL is: https://build9.auracreativemedia.co.uk/gallery/

    Could this link be hidden, once seen?

    Thanks a lot.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @connor234,

    It looks like you already have an existing styling applied to the caption wrapper. We’re hiding it by setting its opacity to 0 so forcing that to one should do it! Just add it to the snippet you have below. ??

    /* Gallery */
    div.fl-slideshow-overlay.yui3-widget.fl-slideshow-caption{
        text-align: center;
        display: block !important;
        opacity: 1 !important;
    }

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Caption Always Showing’ is closed to new replies.