Color de texto en formulario

  • Marcelina1971
    Asked on September 27, 2019 at 1:22 PM

    Me gustaria que el color del texto fuera del mismo color del texto en el formulario para "Acepto la Politica de Privacidad" y "Acepto los Terminos y Condiciones de Uso". Me podrian ayudar.

    Gracias.

    1569604956Screenshot 2 Screenshot 10

  • BJoanna
    Replied on September 27, 2019 at 2:03 PM

    If I understood correctly, you want to change the color of the whole text. Please add the following CSS code the Custom CSS tab in both Terms & Condition widgets:

    label#_label {

        color: #f5a623 !important;

    }

    a {

        color: #f5a623 !important;

    }

    a:visited {

        color: #f5a623 !important;

    }

    1569607257css Screenshot 10

    1569607350css1 Screenshot 21