Font size and Captcha

User 451981 Photo


Registered User
92 posts

Hi
Has anyone found a way to increase the font size of ordinary text fields, like you would use for name, email etc.? They are very small on my screen.
Re captcha: it doesn't recognize the hl=es-419 in the api to make the text on the captcha Spanish. Is there a work around?
Thanks in advance
Raj
Attachments:
If you stand by,the ocean, it sounds like you are holding a conch to your ear.
User 187934 Photo


Senior Advisor
20,181 posts

Hi Raj,
You can target the fonts with some custom css added to the page.
#docContainer.fb-large input[type="text"],
#docContainer.fb-large input[type="password"],
#docContainer.fb-large input[type="email"],
#docContainer.fb-large input[type="number"],
#docContainer.fb-large input[type="date"],
#docContainer.fb-large input[type="url"],
#docContainer.fb-large textarea,
#docContainer.fb-large input[type="tel"],
#docContainer .fb-dropdown select
{
padding: 3px 2px;
font-weight:bold;
font-size:large;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 451981 Photo


Registered User
92 posts

Thanks Eric
I thought you may have a work around
R
If you stand by,the ocean, it sounds like you are holding a conch to your ear.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.