Skip to content
Public Ticket #19983

uppercase issue

Conversation thread

nekark replied

Customer Reply

Thanks a lot, my problem was solved with the code I added to custom CSS.

PenciDesign Supporter replied

Staff Reply

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:

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:

image.png

Regards,
PenciDesign.



nekark started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.