Change background, text color, the size and font style of Load More button

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

.eapp-portfolio-project-list-load-more-button {
background: red!important;
color: blue!important;
font-size: 15px;
/* nornal or bold*/
font-weight: normal;
}