For the Infinite List Widget How can I style the 'Save Button Label'

  • websitecouples45
    Asked on February 12, 2018 at 5:48 PM

    At the moment I am using some CSS for making it responsive and also making the entries white (I got this from your forum).

    However the 'Save Button Label' has very poor constrast (white text on light grey). I would like to style this button to improve the contrast!

    Thanks in advance!

    Jotform Thread 1382070 Screenshot
  • Kevin Support Team Lead
    Replied on February 12, 2018 at 8:09 PM

    You may change the button's layout using this class ".save", if you need to change the background and font color you may do it with this code: 

    button.save {

        background: green;

        color: orange; 

    }

    Replacing the colors with the ones you need, those are just for the example. 

    This guide will help you injecting the code to your widget: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    I hope this helps. 

  • websitecouples45
    Replied on May 28, 2018 at 6:00 AM

    I am only seeing your reply now on this! Thanks so much for this. Much appreciated!