/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 12 Aug 2026, 10:49 pm
*/

/* Change the Photo Title Font Size */
.foogallery .fg-caption-title {
    font-size: 12px !important;
}

/* Change the Photo Description/Caption Font Size */
.foogallery .fg-caption-desc {
    font-size: 12px !important;
}