This topic has 4 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hello,
I would like to change the font for the PayPal description on my checkout page. I’d like to increase the font size and make the color darker – it is a pale pink and I would like it to be one of my standard colours #660000.
You can view the problem by adding any item to your cart, clicking proceed to checkout, then scrolling right to the bottom of the page. Here is a screen shot of what I am wanting to change (circled in red):
I’m not sure if it helps, but this text is entered by clicking WooCommerce > Settings > Checkout (tab) > PayPal in the WordPress dashboard.
FTP credentials are in private content. Thank you!
Monique
Hello,
Please use this code in custom.css file:
#payment div.payment_box p {
font-size: 15px;
color: #660000;
}
Best regards,
Jack Richardson.
Thank you!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Change PayPal Description Text on Checkout Page’' has been successfully resolved, and the topic is now closed for further responses