LauraLeighGedeon Posted March 20, 2022 Posted March 20, 2022 Site URL: https://www.wildwestflorals.com/ Hi! I am in need of some guidance. I have styled this form (with the below code) and it looks great on desktop and on mobile preview - however when you are actually on mobile the form defaults on the font and adds a blue color to the dropdown. Any ideas on how to fix this? // contact form // .form-wrapper .field-list .field select { font-family: 'Silk Serif'; } .form-wrapper input[type="submit"] { display: border; } .form-wrapper .field-list .title{ font-family:'Silk Serif'!important; } .form-wrapper .field-list .field .caption{ font-family:'Silk Serif'!important; text-align: center !important; } .form-wrapper .field-list .description{ font-family:'Silk Serif'!important; text-align: center !important; } .form-wrapper .field-list .field .field-element { outline: none !important; } .form-wrapper .field-list .field select {font-family:'Silk Serif'; font-size: 10px; text-transform: uppercase; } .form-wrapper .field-list .field select { padding: 0px; width: 100%; background-color: #FAFAFA }
tuanphan Posted March 22, 2022 Posted March 22, 2022 Hi. What is password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
shiDMV Posted June 7, 2022 Posted June 7, 2022 On 3/20/2022 at 12:56 PM, LauraLeighGedeon said: Any ideas on how to fix this? The css below should work for your site. .form-wrapper .field-list .field select { font-family:'Silk Serif' !important; font-size: 10px; text-transform: uppercase; color: inherit; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment