Change size of image title and description

Add this code to the Custom CSS field on the Style tab of your Photo Gallery widget’s settings:

.eapp-photo-gallery-info-title {
    font-size: 50px;
}

.eapp-photo-gallery-info-description { 
  font-size: 25px; 
}