Hi;
Can I change the font size of all the input tag, text area in the check out page?
Thanks
Hey NHAT TAN,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi ezvisa,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.woocommerce-checkout textarea,
#top.woocommerce-checkout input[type="text"],
#top.woocommerce-checkout input[type="email"] {
font-size: 16px !important;
}
Just change the font size, hope this helps.
Best regards,
Nikko
Thanks, Niko;
I can see the input text is change but the input [type=”email”],input [type=”tel”] and the dropdown box is not change into size 16px.
Can you help me, please?
Hi ezvisa,
Try replacing the code I gave you with:
#top.woocommerce-checkout textarea,
#top.woocommerce-checkout input[type="text"],
#top.woocommerce-checkout input[type="email"],
#top.woocommerce-checkout input[type="tel"],
#top.woocommerce-checkout select {
font-size: 16px !important;
}
Let us know if this helps.
Best regards,
Nikko
Thanks, Niko.
I can fix it now. You can close the topic.
Hi ezvisa,
Glad to hear that :)
Thanks again for using Enfold!
Best regards,
Nikko