How can I change the font color of the product price?

  • biggerdot
    Asked on February 2, 2017 at 3:13 PM

    I would like to change the color of the dollar amount (see image). I've tried to adjust in the advance design tool, but was unsuccessful. Any suggestions? 

    How can I change the font color of the product price? Image 1 Screenshot 20

  • Support_Management Jotform Support
    Replied on February 2, 2017 at 3:17 PM

    Hello again, to change the font color of the price, just inject the following CSS Codes:

    .form-product-details {

       color: red;

    }

    (just change the color upon your discretion)

    RESULT:

    How can I change the font color of the product price? Image 1 Screenshot 20

    Seeing that you already managed to inject a handful of CSS customization, just append that chunk of code and that should do it.

    In case you need more help, don't hesitate to ask.