Add custom text between header and reviews

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

.es-header-component-top:after {
	content: "Sample Text";
}