Unable to change the font color for submission counter

  • MediaWestRealty
    Asked on August 12, 2015 at 2:17 PM

    Hi JotForm support... That code didn't work for me.. .Would you just inject that code into the "Inject Custom CSS" section?

     

    Thanks!

  • Kiran Support Team Lead
    Replied on August 12, 2015 at 2:22 PM

    Since the field IDs change from form to form. the same CSS code cannot be applied on other forms. Your JotForm is having the submission counter with ID id_18.

    So, the correct CSS code applicable for your JotForm is 

    li#id_18 {

    background: #fff;

    }

     

    Hope this information helps!!

  • MediaWestRealty
    Replied on August 12, 2015 at 2:31 PM

    It does! Thank you... Sorry, is there a way to make the background color green? The same one I used for my header?

     

    The link to my form is:

    http://www.jotform.us/MediaWestRealty/contest

  • David JotForm Support
    Replied on August 12, 2015 at 5:48 PM

    I checked your form and it looks like the widget background is green already.  In any case, this CSS would change it to the same green as your header:

    li#id_18 {
    background: #4bb808;
    }

    Let us know if you have any further trouble with the widget and we will be happy to help.