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! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.