Home Forums WoodMart support forum Change Font Size for Payment Methods

Change Font Size for Payment Methods

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #232159

    delo8902
    Participant

    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.
    #232178

    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

    #232233

    delo8902
    Participant

    Thanks a lot!

    #232239

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)