• Resolved llewellyn1972

    (@llewellyn1972)


    Hi,

    My login screen and new registration keeps capitalizing the username and password. How can I disable this feature? I have added this code which I got from google search

    .site-title {
    text-transform: none;
    }

    to my “all Screens” custom CSS style sheet with no result.

    Under the customizing > Style > Typography I set under the “Text Transforms” options all to “Normal” with no success.

    Not being an expert at WordPress I am out of options and any help will be greatly appreciated.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, @llewellyn1972

    Try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

    input { text-transform:none!important;}

    You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,

    Kind regards!

    • This reply was modified 5 years, 5 months ago by Vlad. Reason: My bad, the previous solution was wrong

    PS: Fonts Plugin is the one generating the CSS rule that capitalize your inputs. Also check if you can find a setting under that plugin.

    Thread Starter llewellyn1972

    (@llewellyn1972)

    Hi Vlad,

    Thank you , thank you, thank you……:-)
    In your second post you mentioned Fonts Plugin and I decided to start looking there.

    I had Google Fonts plugin installed. Under the “Basic Settings” there was an option for “Buttons and Typography” that had Capitalization selected. I selected “None” and it resolved my problem

    Many Thanks
    Llewellyn1972

    Glad you found a fix. Happy to help!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Login Screen Capitalization’ is closed to new replies.