chichi Posted June 3, 2021 Share Posted June 3, 2021 Site URL: https://personalchefberlin.de/ Hi I'd like to change the font for the contact form and the button on navigation (upper right corner). What's the CSS code for this? Link to comment
Agha_Waqas Posted June 3, 2021 Share Posted June 3, 2021 28 minutes ago, chichi said: Site URL: https://personalchefberlin.de/ Hi I'd like to change the font for the contact form and the button on navigation (upper right corner). What's the CSS code for this? Hi, add below code into CSS editor // For the Desktop and mobile CTA .header-actions-action a, .header-menu-cta a { font-family: "Open Sans Light" !important; } // For the Form .sqs-block-form .field-list .title, .sqs-block-form .field-list .caption, .form-wrapper .field-list .field .field-element, .sqs-block-form .field-list select, .form-wrapper .field-list textarea, body:not(.button-style-default) .sqs-block-form .sqs-editable-button { font-family: "Open Sans Light" !important; } tuanphan and Venera 2 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment