Adding form to the homepage

Hi there

I would like to add a form in the first part of the homepage, where users can ask for information.
I have tried with a plugin (Ninja) but it looks terrible, no possibility of changing colour and position. Can you help me?

Thank you

Hey there,
Hope you’re doing well today

Maybe some CSS could help to fix that form?
Could you kindly provide me with a link to your site so that I may have a look at the form and attempt to provide some assistance?

I look forward to your reply :slight_smile:

Best Regards,
Support

Sure, this is the homepage http://ajotravel.com/ and you can find the form in the bottom of the hone page.

Thank you

Hello there,

Thanks for that information.

You can use the following CSS code to change the form appearance by going to Appearance > Customize > Additional CSS and pasting it there.

/*Form Appearance*/
.fm-form-container.fm-theme10 .fm-form .wdform_section {
    background: transparent;
    color: #137065;
}

Best Regards,
Support