Hi Dragos,
The color options are there in the Pro version. So, I recommend you upgrade to the pro version for more color options as well as other features. You can check the compare table at https://catchthemes.com/themes/visanti-pro/#compare
1. For Header Media Title:
You can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:
.has-header-image .custom-header-content .section-title {
color: #111111;
}
2. For Header Media Subtitle
You can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:
.has-header-image .custom-header-content .section-subtitle {
color: #0b57e3;
}
3. For the submit button on the contact page.
You can change the background color and color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:
.entry-content .wpcf7-form input[type="submit"] {
background-color: #0b57e3;
color: #ffffff;
}
Regards,
Sakin