• Closed
  • Christi Carlson
    Spectator
    22.12.2014 at 21:24 #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
    23.12.2014 at 12:14 #13862

    insert this in the Custom CSS section:

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

    Christi Carlson
    Spectator
    Posts: 16
    06.02.2015 at 20:06 #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
    06.02.2015 at 22:10 #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;}