How can I change the color of the font on my products using PayPal

  • fredebali3
    Asked on July 21, 2015 at 10:16 AM

    The font in red in the list of products at the bottom using paypal.

  • Jan
    Replied on July 21, 2015 at 12:30 PM

    Are you referring to this text?

    How can I change the color of the font on my products using PayPal Image 1 Screenshot 20

    So you want to change the font color to red, right? If yes, please add this custom CSS code to your form.

    .form-product-name {
    color: red !important;
    }

    If you want to change the font color of the prices or amount, the please add this CSS code as well.

    .form-product-details {
    color: red !important;
    }

    Here's a guide on how to inject custom CSS.