All States and Cities widget: Change the "country", "state", and "city" text color

  • darknighthimself
    Asked on May 30, 2021 at 4:06 PM
    1) About the All States and cities widget, I want to change the "country", "state and "city" text color, as I want to move to a darker background (right now, with the text being in black, it becomes invisible if I select a black background)
  • Mike_G JotForm Support
    Replied on May 30, 2021 at 5:19 PM

    You can change the color of the "country", "state", and "city" label on the All States and Cities widget by injecting the custom CSS codes below into the Custom CSS tab of the widget.

    label {
        color: #FFFFFF;
    }

    Reference Guide: How-to-Inject-CSS-Codes-to-Widgets

    1622409568 60b40160501b1 zt210530 171520 Screenshot 10

    Please give it a try and let us know if you need any further assistance.

  • darknighthimself
    Replied on June 1, 2021 at 9:55 AM

    Mike, you rock!