• Resolved mica123

    (@mica123)


    Let’s say I want to change the default font Arial, Helvetica, sans-serif to Georgia, Tahoma, sans-serif in the Customizer for form fields. I find that I can only change it to Georgia without the additional fonts which is not advisable.

    Can I have the CSS for the form fields as well as for the buttons? I can then style them with all the necessary fonts. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter mica123

    (@mica123)

    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.

    Thread Starter mica123

    (@mica123)

    Thanks, appreciated.

    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

    Theme Author CyberChimps

    (@cyberchimps)

    Hi @mica123,

    You can download the latest Responsive theme – V4.7.5 where this issue is fixed :).

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Typography form fields etc’ is closed to new replies.