Hello,
1) Provide screenshot and highlight problem with icons, because I don’t see issues.
2) Go to Plugins > Disable Wishlist plugin if you don’t need it. I have also added quick fix for hover button and we also will fix it in our update.
3) To change size of the icon and text add the following code into mobile custom css areas
/*--- No results page responsive ---*/
.empty-category-block {
padding-top: 170px;
}
.empty-category-block:before {
font-size: 170px;
}
.empty-category-block h2 {
font-size: 1.57rem;
line-height: 1;
}
Regards