Replace "No Results" with the custom phrase

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

[class^="Results__NoResults"]::before {
content: 'New message';
visibility: visible !important;
}

[class^="Results__NoResults"]::before {
visibility: hidden;
}

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