Title: Image title/caption
Last modified: August 22, 2016

---

# Image title/caption

 *  Resolved [SamWebsolve](https://wordpress.org/support/users/samwebsolve/)
 * (@samwebsolve)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/image-titlecaption/)
 * Hello,
 * Apologies if this has already been answered elsewhere, is it possible to add 
   a title or caption to the images from the Featured Galleries metabox? Default
   WordPress galleries have a details panel to the right when uploading and selecting
   images.
 * Hope that makes sense. Thanks for the great plugin!
 * [https://wordpress.org/plugins/featured-galleries/](https://wordpress.org/plugins/featured-galleries/)

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

 *  Plugin Author [Andy Mercer](https://wordpress.org/support/users/kelderic/)
 * (@kelderic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/image-titlecaption/#post-5866210)
 * It is not currently possible, because I’ve hidden the sidebar with CSS. I personally
   like having a cleaner media overlay. However, you can change this. Open up the
   admin.css file, which you can do via the Editor menu inside WordPress, or by 
   FTP.
 * Inside that, look at the very beginning. The first rules you should see should
   be setting `left:0` for three different things. After that, there are three things
   set to `right:0`. Remove that second section, which is:
 *     ```
       .no-sidebar .attachments-browser .media-toolbar,
       .no-sidebar .attachments-browser .attachments,
       .no-sidebar .attachments-browser .uploader-inline {
           right: 0;
       }
       ```
   
 * Finally, remove the very first line of the next section, which is:
 *     ```
       .no-sidebar .media-sidebar,
       ```
   
 * —-
 * So, the first 18 lines of admin.css change from:
 *     ```
       /* Remove the Details Sidebar on Media Overlay */
       .no-sidebar .media-frame-title,
       .no-sidebar .media-frame-content,
       .no-sidebar .media-frame-router {
       	left: 0;
       }
       .no-sidebar .attachments-browser .media-toolbar,
       .no-sidebar .attachments-browser .attachments,
       .no-sidebar .attachments-browser .uploader-inline {
       	right: 0;
       }
       .no-sidebar .media-sidebar,
       .no-sidebar .media-frame-menu .media-menu a,
       .no-sidebar .media-frame-menu .media-menu div,
       .no-sidebar .media-toolbar-secondary,
       .no-sidebar .media-frame .attachment .describe {
       	display: none;
       }
       ```
   
 * To:
 *     ```
       /* Remove the Details Sidebar on Media Overlay */
       .no-sidebar .media-frame-title,
       .no-sidebar .media-frame-content,
       .no-sidebar .media-frame-router {
       	left: 0;
       }
   
       .no-sidebar .media-frame-menu .media-menu a,
       .no-sidebar .media-frame-menu .media-menu div,
       .no-sidebar .media-toolbar-secondary,
       .no-sidebar .media-frame .attachment .describe {
       	display: none
       }
       ```
   
 * This will get the right-hand sidebar back.
 *  Thread Starter [SamWebsolve](https://wordpress.org/support/users/samwebsolve/)
 * (@samwebsolve)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/image-titlecaption/#post-5866225)
 * Perfect! Thank you for the help and thanks again for the plugin 🙂
 *  [klihelp](https://wordpress.org/support/users/klihelp/)
 * (@klihelp)
 * [11 years ago](https://wordpress.org/support/topic/image-titlecaption/#post-5866387)
 * Hi, I am looking at this issue as well, because want to change the image captions
   and other details.
 * Can you make it default to collapse mode?
 * ps: I don;t want to modify core plugin files as there will be a loss when you
   update the plugin. Forking the plugin just for this little modification is not
   good either.
 *  [klihelp](https://wordpress.org/support/users/klihelp/)
 * (@klihelp)
 * [11 years ago](https://wordpress.org/support/topic/image-titlecaption/#post-5866388)
 * Created a new thread for the popup sidebar, #ref:
    [https://wordpress.org/support/topic/media-popup-sidebar-and-text](https://wordpress.org/support/topic/media-popup-sidebar-and-text)

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

The topic ‘Image title/caption’ is closed to new replies.

 * ![](https://ps.w.org/featured-galleries/assets/icon-256x256.png?rev=1073825)
 * [Featured Galleries](https://wordpress.org/plugins/featured-galleries/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-galleries/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-galleries/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-galleries/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-galleries/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-galleries/reviews/)

## Tags

 * [caption](https://wordpress.org/support/topic-tag/caption/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 4 replies
 * 3 participants
 * Last reply from: [klihelp](https://wordpress.org/support/users/klihelp/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/image-titlecaption/#post-5866388)
 * Status: resolved