1. Currently the menu links back to your demo theme website. I am using this as a one-pager. How do I modify so the when I click the menu links, they will actually move to the right place of the page?
Pls modify the menu as shown in the below post to point to your domain and internal page section. Make sure the menu is activated. The installation section of the documentation has information on this menu with the screenshot on changing the URL. –
2. I disabled the Buy App now button. It shows the RSS feed logo instead. How do I remove the RSS feed logo? Also, instead of RSS feed I would like to add Facebook, Instagram logo. Where should I go and edit that page?
You can specify your social URLs in the social icons tab of the theme options as shown below. –
To disable rss feed icon, best way is to paste this css snippet in Custom CSS tab of theme options panel –
.social-container li.rss-feed {
display: none;
}
Hope this helps.
3. I am unable to locate the working contact form. Could you please guide me to get that please? The one-pager on my page comes without footer like your demo. It would be absolutely lover if I am able to make it like yours.
Due to technical limitations of the importer, we cannot import widgets data into the site. For the contact form, pls use the following code in a text widget in the footer –