Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2980052
uppercase issue
Closed

Comments

  • nekark started the conversation

    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

  •  2,492
    PenciDesign replied

    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 replied

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