Move image title to the bottom and change its font when showing on photo

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

.eapp-photo-gallery-item-data-info {
align-items: flex-end;
}

.eapp-photo-gallery-info-title {
font-family: 'Times New Roman';
}
1 Like