Skip Navigation

[Resolved] Increase the Font Size of the Select fields Toolset Cred Form

This support ticket is created 4 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by andrewD-10 4 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1851281
Screen Shot 2020-11-20 at 12.56.40 PM.png

How can I increase the font size of the select fields shown in the screenshot.

#1851409

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Andrew,

Can you provide me with a link to the page where you have this setup so that I can have a look and provide the css to get this done ?

Thanks,
Shane

#1853695

Hi shane,

yes, here it is: hidden link

Thank you,
Andrew

#1853699

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Andrew,

You can add this css to your form.

.form-control{
    font-size: 1.9rem;
}

Please let me know if this helps.
Thanks,
Shane

#1859479

My issue is resolved now. Thank you Shane!