@ermarkar:
1. To set latest news
Go to => Appearance => Customize => News Ticker => Enable News Ticker => You can then select pages you want to display as news and Also Change the The Latest News text.
2.Youtube videos not aligned
This seems to be because of the plugin beaver builder plugin. Try disabling it and check if this solves the issue.
3.Space between instagram posts
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.instagram-image-wrapper .hentry {
margin-right:45px;
}
4.Hiding Home text from the screen
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body.home .entry-title {
display:none;
}
5. Align follow us content
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.social-icons {
text-align:center;
}
6. Footer navigation link
Goto => Appearance => Customize => Widget => Footer Area 1 => Add Widgets => Navigation Menu and select your menu.
7. You are not able to add to widget to footer 1/2/3 because you don’t have a footer in the homepage. Again I think this may because of the plugin you are using.
Also you can check out the additional-features available in the pro version then make you decision to upgrade to pro.
Let me know if this solves your issue.
Regards,
Skandha