Change font size of the popup text appearing after clicking on Read More button

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

.es-popup-container .es-text-shortener {
font-size: 25px;
}
1 Like