How can we style some parts of the configurable list widget

  • lnn
    Asked on March 19, 2018 at 10:02 AM

    Hello guys,

    I need some help. I have a form (Merit Café) and I could adjust some fields with the theme that I`m using. For example, the widget configurable list is out of the theme and the style is different of the other fields. 

    I would also make some adjust in the sms confirmation widget. How can I translate to Portuguese the messages in the field? Some I can translate, but others don't.

    Thank you for the precious help.

  • David JotForm Support
    Replied on March 19, 2018 at 12:22 PM

    Widgets would need to be styled individually as they do not inherit the CSS applied to the form.  The label colors for the configurable list can be changed by adding the following code to the widget's CSS section:

    th{

    color: rgb(255, 255, 255);

    }

    .radio-container{

    color: rgb(255, 255, 255);

    }

    select {

    background : rgba(255, 255, 255, 0.83);
    color: black;

    }

    input{


    background : rgba(255, 255, 255, 0.83);
    color: black;


    }

    1521476027Capture Screenshot 10


    The colors can be adjusted to whatever you'd like.


    The sms confirmation widget does look to be translated already.  If anything is still missing, open a new ticket with the details and we will be happy to have a look.