Title: Caption Always Showing
Last modified: August 10, 2018

---

# Caption Always Showing

 *  Resolved [connor234](https://wordpress.org/support/users/connor234/)
 * (@connor234)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/caption-always-showing/)
 * 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](http://prntscr.com/kgz8os))
 * Here’s what I’m aiming for; [http://prntscr.com/kgz951](http://prntscr.com/kgz951)
 * Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Ben Carlo](https://wordpress.org/support/users/hinampaksh/)
 * (@hinampaksh)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/caption-always-showing/#post-10580582)
 * Hey [@connor234](https://wordpress.org/support/users/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](https://wordpress.org/support/users/connor234/)
 * (@connor234)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/caption-always-showing/#post-10584905)
 * Hi there,
 * The URL is: [https://build9.auracreativemedia.co.uk/gallery/](https://build9.auracreativemedia.co.uk/gallery/)
 * Could this link be hidden, once seen?
 * Thanks a lot.
 *  Plugin Contributor [Ben Carlo](https://wordpress.org/support/users/hinampaksh/)
 * (@hinampaksh)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/caption-always-showing/#post-10591397)
 * Hey [@connor234](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/beaver-builder-lite-version/assets/icon-256x256.png?rev=
   2361183)
 * [Beaver Builder Page Builder - Drag and Drop Website Builder](https://wordpress.org/plugins/beaver-builder-lite-version/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/beaver-builder-lite-version/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/beaver-builder-lite-version/)
 * [Active Topics](https://wordpress.org/support/plugin/beaver-builder-lite-version/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/beaver-builder-lite-version/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/beaver-builder-lite-version/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Carlo](https://wordpress.org/support/users/hinampaksh/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/caption-always-showing/#post-10591397)
 * Status: resolved