1. As you hover on one of the menu items, the dropdown menu with sub pages has a white background. I need the text within that to be the blue please.
2. On the contact page I would like the “name” and “email” fields to be on the same line, and the message box reduced in height by half please.
#1. You can add this under Custom > CSS in the Customizer.
.x-navbar .desktop .sub-menu a {
color: #067bbf;
}
#2. This could be done from the form editor as you are using Contact Form 7. You can wrap the input within div or paragraph and float left with 50% width. And you can also set the height of the textarea as well. Let’s see the Contact Form 7 documentation.