Change font size for titles and description of images

We found the following CSS code that helped:

/*Title*/
.eapp-photo-gallery-info-title {
font-size: 50px;
}
/*Description*/
.eapp-photo-gallery-info-description {
font-size: 25px;
}

However, it’d be great if we could control this in the settings. Thanks!

1 Like