What is the CSS to make the "UNLIMITED" font transparent in Quantity Gift Registry widget?

  • clarkschool
    Asked on February 1, 2016 at 3:09 PM

    Hi there,

    I'd like to make the green "UNLIMITED" counter label transparent (or white) in my form, but I don't know the correct CSS and a search here as not turned up anything that I've found helpful.

    Thank you!

    My form is here: https://form.jotform.com/60314078693155

  • jonathan
    Replied on February 1, 2016 at 9:12 PM

    It was the CSS 

    .items-left {

        color: #ffffff;

    }

    test form: https://form.jotform.com/60318556611958

    What is the CSS to make the UNLIMITED font transparent in Quantity Gift Registry widget? Image 1 Screenshot 40

     

    I have added it on the CSS of the widget...

    What is the CSS to make the UNLIMITED font transparent in Quantity Gift Registry widget? Image 2 Screenshot 51

     

    this is the result (I used the red color for emphasis only)

    What is the CSS to make the UNLIMITED font transparent in Quantity Gift Registry widget? Image 3 Screenshot 62

     

    Let us know how we can be of further assistance.

     

  • clarkschool
    Replied on February 2, 2016 at 10:11 AM

    Thank you, that worked great!