Hello,
Find your answers below,
Query 1. In your instructions, it skips the part of how to include the contact form for the “Stay Tuned” section. How do I create what is shown in your example screenshot?
Response: The theme is designed in a way as shown in the demo, currently you will not be able to integrate other contact forms in the section you have mentioned. As this requires code customization, you can consider hiring a freelancer or our professional developer.
Query 2. How do I always display my phone number in the top header to the right of the menu?
Response: This feature is not available in the theme for now.
Query 3. Not sure if this is a bug but it is unusually tall. How do I remove or reduce the height “Header Image” section on this page?
Response: To remove the header image you have to add CSS following the path Admin Panel > Appearance > Customize > Additional CSS
.site-content #page-site-header {
display: none;
}
To reduce the height of the header image, add given CSS following the path Admin Panel > Appearance > Customize > Additional CSS
#page-site-header {
height: 78vh;
}
You can adjust the height as per your requirement.
Hope this helps.
If you have further queries, let us know.
Thank you.