I am creating a blog locally on my computer with local by flywheel and while I have disabled the uppercase letters in all fields it still displays them on the submit button in the contact form and on the home page in the popular articles
This is a quick solution to disable all uppercase on your site, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
body * { text-transform: none !important; }
If you want to disable each element, you need to use a search function on the Customize Settings, search and turn off all the options related to uppercase:
I am creating a blog locally on my computer with local by flywheel and while I have disabled the uppercase letters in all fields it still displays them on the submit button in the contact form and on the home page in the popular articles
Hi,
This is a quick solution to disable all uppercase on your site, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
If you want to disable each element, you need to use a search function on the Customize Settings, search and turn off all the options related to uppercase:
Regards,
PenciDesign.
Thanks a lot, my problem was solved with the code I added to custom CSS.