Hello,
I have my default body font set to 17px, however on the WooCommerce checkout pages the text on the terms is 13px, I need them to all be 17px or the same size for compliance reasons.
In order to view you will need to add a product to the cart if you’re not logged in.
https://pickproslv.com/shop/
Hey Elliot,
Thank you for using Enfold.
Use the following css codes to adjust the font size.
table.shop_table th {
font-size: 16px;
line-height: 18px;
}
For the payment box, use this one.
#top #payment div.payment_box {
font-size: 1em;
}
Default value is 0.96em.
Best regards,
Ismael
Thank you. However, this is not modifying the Terms and Conditions acknowledgment. I believe this is defined in the woocommerce css perhaps?
see SS
https://www.dropbox.com/s/qx0agtsdhymon6l/terms_pplv.JPG?dl=0
Hi enoteware,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top label span.woocommerce-terms-and-conditions-checkbox-text {
font-size: 14px;
}
If you need further assistance please let us know.
Best regards,
Victoria