CRAndersonArt Posted February 9, 2020 Share Posted February 9, 2020 Site URL: https://courtneyandersonart.squarespace.com/config/settings/site-visibility password for website: courtneyandersonart the font that is automatically used for anyone adding their first and last name as well as email in newsletter block in footer is showing up lowercase and I need it changed to uppercase. What CSS do I use? Thank you! Link to comment
tuanphan Posted February 9, 2020 Share Posted February 9, 2020 Add to Home > Design > Custom CSS .newsletter-form-field-wrapper input::placeholder { text-transform: uppercase; } .newsletter-form-field-element:focus { text-transform: uppercase; } 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!) Link to comment
CRAndersonArt Posted February 9, 2020 Author Share Posted February 9, 2020 thank you so much - worked perfectly!!! Link to comment
CRAndersonArt Posted February 9, 2020 Author Share Posted February 9, 2020 Oooh actually it is showing the font as uppercase but when typing into the form it is still lowercase? Any way to change that?https://courtneyandersonart.squarespace.com/config/design Link to comment
tuanphan Posted February 9, 2020 Share Posted February 9, 2020 1 hour ago, CRAndersonArt said: Oooh actually it is showing the font as uppercase but when typing into the form it is still lowercase? Any way to change that?https://courtneyandersonart.squarespace.com/config/design updated above code. Check again. 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!) Link to comment
CRAndersonArt Posted February 9, 2020 Author Share Posted February 9, 2020 17 minutes ago, tuanphan said: updated above code. Check again. Working perfectly now, thank you again! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.