GregLassale Posted April 9, 2021 Share Posted April 9, 2021 Site URL: https://gregorylassale.com/ I am trying to customize the contact form fields font (i.e. what users type in). The CSS code below does allow me to change to font type, but the font size value has no effect. Any idea? .form-wrapper .field-list .field .field-element { font-family:'avenir next'; font-size: 19px; Thank you. Link to comment
ErikaT Posted April 9, 2021 Share Posted April 9, 2021 Hi Greg, Please try: .form-wrapper .field-element { font-family: avenir next!important; font-size: 15pt!important } Link to comment
GregLassale Posted April 9, 2021 Author Share Posted April 9, 2021 Worked great. Thank you @ErikaT! ErikaT 1 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