How To Change Label Color of Sub-Product Listing.

  • bdoodle
    Asked on February 10, 2015 at 8:42 PM

    I have used injected CSS code to change the font weight and color of most of the fields on my form, but I can't seem to change the font color of the prices in my sub-products.

    Please see my form:

    http://form.jotform.us/form/50403663315144

    I want the font to be black, not gray. I haven't put this up on my website yet.

    Please help.

    Thanks!

    Jotform Thread 513706 Screenshot
  • Charlie
    Replied on February 11, 2015 at 3:37 AM

    Hi,

    You can try adding this code instead:

    .form-product-child-price.form-product-child-label {

        color: black !important;  

    }

    I would recommend that you add the custom CSS code inside the Form Designer->CSS tab.

    How To Change Label Color of Sub Product Listing Screenshot 20

     

    Let us know if this works or if you need more assistance on this.

    Thank you.

  • bdoodle
    Replied on February 11, 2015 at 8:24 AM

    The CSS code you gave me worked, but I had to put it in via Preferences / Form Styles.  When I used the Form Designer CSS tab, a lot of extraneous code was generated that changed the whole look of my form.  It no longer had a transparent background, etc. 

    Anyway, it's all set now.

    Thank you!

  • Charlie
    Replied on February 11, 2015 at 8:29 AM

    You're welcome, I'm glad it worked, if you need to make adjustments just let us know and we'll try to find a working code for you.

    Thank you.