Hi @mica123,
Thanks for reaching out.
Yes, You can use additional CSS to modify the typography of the form fields and buttons.
Could you please send us the screenshots of the form fields and buttons for which we can help you with custom CSS?
Best Regards.
Thank you very much. I would like to style all labels, buttons and input fields (textareas). Here is a screenshot depicting the search fields with their labels and buttons for example:
screenshot
As for the Customizer, I take it that it is not possible to style the font-family with more than one font to make sure that the second or third font will replace the first font in case it fails to load?
Hi @mica123,
Thanks for reaching out.
I have escalated the issue to the concerned team, since it is a weekend I request you to please expect the team to check on the issue and get back to you within 24-48 hours.
Best Regards.
Hi @mica,
Thanks for pointing out the issue.
This issue has been taken into consideration and will be resolved in an upcoming release.
For now, you can use the below CSS code by following the steps:
Appearance -> Customize -> Additional CSS
form{
font-family: 'Noto Sans', sans-serif !important;
}
The above code will apply the font on all the forms including the label, inputs, and buttons. You can change the value of the font family according to your need. We have specified ‘noto sans’ font for demonstration purposes.
Hope this solution helps.
Feel free to contact us in case of any issues.
Best Regards,
Tejas
Team CyberChimps
Hi @mica123,
You can download the latest Responsive theme – V4.7.5 where this issue is fixed :).
Thank you.