Title: Custom css not working?
Last modified: November 4, 2018

---

# Custom css not working?

 *  Resolved [naijakitsch](https://wordpress.org/support/users/naijakitsch/)
 * (@naijakitsch)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/custom-css-209/)
 * In the custom css section for the foogallery on [this](http://chianunwa.com) 
   page, I have been using the following custom css code to edit the font for the
   thumbnail hover captions. But now the code doesn’t seem to be working:
 * .foogallery-caption {
    font-size:25px; line-height:22px; color: #ffffff; font-
   family: ‘Raleway’, sans-serif; font-weight: normal; }
 * Has the code to edit the hover captions changed during one of the more recent
   updates?
    -  This topic was modified 7 years, 6 months ago by [naijakitsch](https://wordpress.org/support/users/naijakitsch/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-209%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [naijakitsch](https://wordpress.org/support/users/naijakitsch/)
 * (@naijakitsch)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/custom-css-209/#post-10857594)
 * So I just updated the website (the link is below), and I tried to use the same
   custom css to change the font of the captions you see when you hover over the
   images. But the code still isn’t working. How can I change the font/style/color
   etc. of the hover captions?
 * chianunwa.com
 *  Plugin Author [bradvin](https://wordpress.org/support/users/bradvin/)
 * (@bradvin)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/custom-css-209/#post-10866034)
 * hi
 * You can use this CSS:
 *     ```
       .foogallery div.fg-caption-title {
         font-size:25px;
         line-height:22px;
         color: #ffffff;
         font-family: ‘Raleway’, sans-serif;
         font-weight: normal;
       }
       ```
   
 *  Thread Starter [naijakitsch](https://wordpress.org/support/users/naijakitsch/)
 * (@naijakitsch)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/custom-css-209/#post-10867065)
 * Worked like a charm. Thanks!

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

The topic ‘Custom css not working?’ is closed to new replies.

 * ![](https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542)
 * [Gallery by FooGallery](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/)

 * 3 replies
 * 2 participants
 * Last reply from: [naijakitsch](https://wordpress.org/support/users/naijakitsch/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/custom-css-209/#post-10867065)
 * Status: resolved