Tagged: woocommerce
Hi,
Using current versions of WordPress, Enfold and Woocommerce.
Is it possible to increase the font size of the “accept terms & conditions” line on the checkout page? Can it be moved up into the shaded block from where it is now?
So, there you go — the last of my URGENT three Woocommerce questions!
Thank you so ver much!
Hey jancecile,
You can increase it’s size by using this code in the General Styling > Quick CSS field:
#top label.checkbox {
font-size: 1.2em;
Please note that it’s size now is 0.92em, so try 1.2, 1.5, etc to you see the size you like. Also note it’s size & placment is based on Woocommerce & not Enfold.
But I hope I was helpful :)
Best regards,
Mike
Thanks Mike — that worked!