1. You can hide homepage title by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home .entry-header { display: none; }
2. How can I replace the search bar on header’s top right hand with a contact us button or social media button?
— You can simply add widget in your header right sidebar.
3. Also how can i remove the footer of my posts that refers to where the post is located and tags?
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
footer.entry-meta { display: none; }