• Closed
  • Christi Carlson
    Spectator
    December 22, 2014 at 9:24 pm #13859

    I know the subscribe widget is from Jetpack but I think it is the theme that is taking over. On my subscribe widget you cannot see when you are typing your email address in because the writing is white. Is there any way to change this in code for the writing on that part to be black?

    gyllene76.com

    Roman
    Spectator
    Posts: 3147
    December 23, 2014 at 12:14 pm #13862

    insert this in the Custom CSS section:

    input[type="text"],input[type="textarea"],input[type="email"] {color:#333;}

    Christi Carlson
    Spectator
    Posts: 16
    February 6, 2015 at 8:06 pm #14678

    This is still not working. People think they can’t subscribe because they can’t see what they are typing. The only way to see is to highlight it.

    Alok Maheshwari
    Spectator
    Posts: 303
    February 6, 2015 at 10:10 pm #14680

    The color code is missing a 0 (only 5 zeros instead of 6). Try with 6 zeros or just color:black and see if it works.

    input[type="text"],input[type="textarea"],input[type="email"] {color:#00000;}