How to Remove “No results to show” Text in Calculator Before Any Results Are Displayed

Hi there and welcome to the Community, @Michael_Surnak :waving_hand:

Sure! Please add this code to the Custom CSS field on the Settings tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

[class*="empty__Empty-sc"] {
  display: none;
}

By the way, we have a CSS Code guide, explaining how to find the classes of the widget elements and customize them. Feel free to check it out - Guide to CSS Codes :slightly_smiling_face:

2 Likes