Replace "No Results" with the custom phrase

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

.global-styles,
[class^="Results__NoResults"] {
font-size: 0 !important;
}

.global-styles,
[class^="Results__NoResults"]::before {
content: 'New message';
font-size: 14px;
vertical-align: bottom;
}

Add the needed phrase in the 2nd line of the code (content) :slightly_smiling_face: