Make Load More button look like button in Reviews

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

.eapp-photo-gallery-photo-gallery-loadMore {
border-radius: 16px;
background-color: rgba(17, 17, 17, 0.06);
cursor: pointer;
padding: 9px 24px;
max-width: 400px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
color: rgba(17, 17, 17, 0.5);
text-transform: uppercase;
font-size: 12px;
line-height: 14px;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: