An option to change the font color for Submissions Counter Widget

  • Gastenlijst
    Asked on November 19, 2014 at 8:37 AM

    Hi!

    I have the Submissions Counter widget in my form.

    I have changed the background of my form to black, but the font of the Submissions Counter Widget stay black, while I have set the font color of my form to white.

    Please can you help me with this?

     

     

  • Welvin Support Team Lead
    Replied on November 19, 2014 at 9:47 AM

    Hi,

    Unfortunately, there's currently no way you can change the font color of the Submission Counter widget. 

    A workaround would be to use a light background for the entire widget section, you can inject the following custom CSS codes:

    li#id_10 {

    background: #fff;

    }

    An option to change the font color for Submissions Counter Widget Image 1 Screenshot 20

    Here's how to add the codes to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thank you!

  • MediaWestRealty
    Replied on August 12, 2015 at 12:23 PM

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

     

    Thanks!

  • TitusN
    Replied on September 24, 2015 at 9:43 AM

    Hello, 

    The Submissions Counter now has a Custom CSS tab. 

    Please try the following to change your font Color (among other things): 

    CSS Code: 

    div#container {

        color: white;

    }

    Illustration: 

    An option to change the font color for Submissions Counter Widget Image 1 Screenshot 20

    Test Form: http://form.jotformpro.com/form/52664097720964?

    Try it out - let us know how we can help further. 

    Thanks!