How the change the text colors of the Add Options widget?

  • InnovStreet
    Asked on April 1, 2016 at 7:43 PM
    In addition on page 2 there is some add options box, however, the text is in black so I would like to change it in white sso I tried :

    #input_30

    {

    color : #FFFFFF ;

     

    }

    But it also not seem to be working. What did I missed ?

  • Welvin Support Team Lead
    Replied on April 1, 2016 at 7:47 PM

    I have also fixed this for you. You have to add the following custom CSS codes in the CSS area of the widget:

    label.line-label {

    color: #fff;

    }

    How the change the text colors of the Add Options widget? Image 1 Screenshot 20

  • InnovStreet
    Replied on April 1, 2016 at 7:49 PM

    awesome, thanks again