Change font of the Reviews text next to the source logo in the header

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

.es-header-heading-text {
font-family: 'Arial';
}

You’re very welcome to use any other font providing it’s installed on your website and supported by your browser :slightly_smiling_face:

1 Like