Hi Shubam,
Yes, you can hide this text by creating custom class for the listview and applying the below css to it . Add the newly created class to the listview
Create one custom class “MyListview” and add the below css in custom.scss file and compile this scss which will add this css in to custom.css file.
.MyListview> ul > li.mx-listview-empty {
display: none;
}
I hope this works for you
Hi Sathish,
The below documentation will guide you for compiling the scss file