Change Font Size for Payment Methods
-
Hi, many customers overlook the payment options, so I’d like to change font size of the payment methods on the checkout page. In the theme options > advanced typographie, there is no selector for this. How can I change this fonz size?
Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
You can apply this selector body .wc_payment_method label
or
Please add this code to the Theme Settings > Custom CSS > Global:
.wc_payment_method label{
font-size:30px;
}
Set the font-size as per your needs.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards