Hi,
1. Please do not add too much menu in footer section.
Check the documentation to setup the footer menu
https://www.gracethemes.com/documentation/massage-spa/#footer_menu
2. To remove Posted by and date from latest posts section
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box
.news-box .PostMeta, .post-date { display:none !important; }
To change the Read More button text
Go to the Appearance -> Theme Options -> Basic Settings -> Change read more button text for latest blog post section
3. To remove Subscribe form from footer section, add below css code in custom css box
#footer-info .cols-2 .widget-column-1 { display:none !important; }
Please do this changes and let me know if you have any question.
Regards
Grace Themes