Change border radius of the Load More button

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

.es-load-more-button {
padding: 5px 10px;
border-radius: 50px;
border-width: 0px;
border-color: rgba(255,255,255,0.01);
border-style: solid;
}

Let us know if the solution worked for you :slightly_smiling_face: