How do I change the color of the text on the Multiple Text Fields widget?

  • AmerDamer
    Asked on February 16, 2018 at 9:55 PM

    I assume I need to use a CSS code.  Just not sure what code I need to use.

    Thanks,

    Amy

  • Elton Support Team Lead
    Replied on February 17, 2018 at 2:38 AM

    Is it the field labels in the Multiple Text Fields widget that you want to change?

    If yes, use this CSS codes and inject it into the Multiple Text Fields widget settings under Custom CSS tab.

    label {

        color: #fff;

    }

    Change the #fff (white) with the color you want.

  • AmerDamer
    Replied on February 17, 2018 at 7:36 AM

    That's it!  Thanks so much!

    Amy