How to change the font size of the amount in the product items?

  • ElsieDowell
    Asked on January 18, 2019 at 11:18 PM

    Hi

    Thanks very much for your previous help.  The custom CSS worked perfectly.

    Now I need the code to change the font size in the snip below.  

    Thank you!

    Jotform Thread 1705868 Screenshot
  • Jed_C
    Replied on January 19, 2019 at 2:36 AM

    You can inject the CSS code below to change the font size in your screenshot. Just adjust the px according to your preferred size.

    span.form-product-details {

        font-size: 10px;

    }

    Let us know if you have any questions or if you need further assistance.