Home Forums Pro Themes Kids Love Pro How do you create the Stay Tuned form? It is not included in your instructions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #115724
    Kristin Vella
    Participant

    Hello,
    3 Questions:

    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? https://themepalace.com/instructions/themes/kids-love-pro/

    2. How do I always display my phone number in the top header to the right of the menu?

    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 – https://kristinscreativekids-3ac7cf.ingress-alpha.easywp.com/about/

    Thank you in advance for your help

    Thanks

    #115743
    wensolutions
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.