Hi
1. how to remove the date and author from the publication “last news” in the footer. – Go to Appearance >> Editor >> style.css >> here you can add the below code.
.PostMeta {
display: none;
}
2. how to increase the icons of social networks in the header of the site. – You can copy the social icon shortcode and paste it just beside the header social icon.
3. how to change the inscription “home” to another inscription in another language. – It seem that you have changed already.
4. how to change the color of social media icons in the footer. – Go to Appearance >> Editor >> style.css >> line no 350 >> here you can change the color code.
Thank You