#1291

Hi again,

1. Change phone number: please go to Freshio Options -> Header and Find Contact Info field, Edit your phone number: https://prnt.sc/vezk4n

2. Change color icon search:
Please go to file style.css in child-theme, add code:

.widget_product_search form::before, .site-search form::before {
    color: #your-color-code;
}

Icons account, wishlist, cart:

.site-header-account > a, 
.site-header-wishlist .header-wishlist i,
.site-header-cart .cart-contents::before{
color: #your-color-code;
}