Hi, is it possible to INCREASE the size of placeholder text in all forms of the theme?
See image: https://i.postimg.cc/dVxtzTJY/enfold.jpg
Thank You.
Hey giorgio_betagrafic,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Ok, link on private content.
You have to insert a product in the cart and then proceed with the order till the checkout. Thank you.
Hi,
Add this to quick css and adjust the size to what you need:
#customer_details input{
font-size:30px!important;
}
Best regards,
Jordan Shannon
Hi, thank you very much. The code works for the checkout page and the various forms but I would like to increase the size of the font also of the variations of the products. I put the link to a specific page and the attachment to understand better. Thank you very much.
Hi,
Add this also:
select{
font-size:30px!important;
}
Best regards,
Jordan Shannon