How to Change Background Color of Random Value Generator?

  • SRWproducts
    Asked on March 16, 2017 at 2:24 PM

    I've tried making the very last field bg be a light yellow. I've tried injecting CSS in the widget and also in the form design. Please help! This is the color I would like it to be: #FFFFCC

    The field is Reference#

  • Jan
    Replied on March 16, 2017 at 5:01 PM

    My understanding is that you want to change the background color of the text box of the Random Value Generator widget. If yes, then please insert this CSS code inside the widget:

    #valueContainer {
    background-color: #FFFFCC;
    }

    Select the widget and the click the "Widget Settings" button. After that, go to the "Custom CSS" tab. Paste the code and then click the "Update Widget" button.

    How to Change Background Color of Random Value Generator? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • SRWproducts
    Replied on March 20, 2017 at 1:52 PM

    Perfect. Thank you!

  • Jan
    Replied on March 20, 2017 at 4:48 PM

    Glad to hear that. If you need any help, please let us know. We are here to assist you. Thank you.