Title: Hover Caption Typography
Last modified: May 30, 2019

---

# Hover Caption Typography

 *  Resolved [Swan1305](https://wordpress.org/support/users/swan1305/)
 * (@swan1305)
 * [7 years ago](https://wordpress.org/support/topic/hover-caption-typography/)
 * Hi there, I’ve tried lots of different css snippets but don’t seem to be able
   to do what I need to! I wanted to change the colour and size of the caption title
   text that shows when you hover over the thumbnail version of an image (before
   it opens in lightbox).
 * I used this code, which changes it once it has been clicked on and is opened 
   in lightbox but I can’t seem to figure out the first part!
    .fbx-caption-title{
   font-size: 22px; color: #f8155e;}
 * Thanks!

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

 *  Plugin Author [steveush](https://wordpress.org/support/users/steveush/)
 * (@steveush)
 * [7 years ago](https://wordpress.org/support/topic/hover-caption-typography/#post-11603331)
 * Hi [@swan1305](https://wordpress.org/support/users/swan1305/),
 * You should be able to use the following to adjust the caption title size and 
   color:
 *     ```
       .foogallery .fg-caption-title {
       	font-size: 16px;
       	color: #FFF;
       }
       ```
   
 * If however you are using one of the preset options for captions you may need 
   to use the following depending on which should allow you to adjust the preset
   sizes:
 *     ```
       .foogallery.fg-preset .fg-caption-title {
       	font-size: 16px;
       	color: #FFF;
       }
       ```
   
 * Thanks
    Steve
 *  Thread Starter [Swan1305](https://wordpress.org/support/users/swan1305/)
 * (@swan1305)
 * [7 years ago](https://wordpress.org/support/topic/hover-caption-typography/#post-11603396)
 * Perfect, thank you so much!

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

The topic ‘Hover Caption Typography’ is closed to new replies.

 * ![](https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542)
 * [Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel](https://wordpress.org/plugins/foogallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foogallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foogallery/)
 * [Active Topics](https://wordpress.org/support/plugin/foogallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foogallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foogallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Swan1305](https://wordpress.org/support/users/swan1305/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/hover-caption-typography/#post-11603396)
 * Status: resolved