Hello @doradvokat
The issue with the styles in the form title and description is caused by the styles definitions:
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-weight: 700;
font-family: 'Montserrat', sans-serif;
letter-spacing: -0.05em;
}
and
h2, .h2 {
font-size: 32px;
line-height: 35px;
}
In the “https://doradvokat.com.ua/wp-content/cache/wpfc-minified/8limdj1t/201wp.css” file that is not part of our plugin.
If you don’t want the styles in the theme affect the files in the form, you can insert the form shortcode with the iframe attribute:
[CP_CALCULATED_FIELDS id="6" iframe="1"]
More information about modifying the design by reading the following blog post:
https://cff.dwbooster.com/blog/2020/01/12/form-design
Best regards.