• Resolved ewed

    (@ewed)


    (contact form is at the bottom of the pagee)

    Text manually entered into all fields is white and therefore invisible (mouse-over shows white text against blue background). Fields such as email that invite auto-fill work if the the correct selections are available — that text appears in black.

    I tried some CSS edits to correct entry text color from a previous post, but that did not work.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi @ewed seems there are an issue in your css style. here /themes/selfie/styles/selfie/style.css?ver=5.3.12 line 2812
    replace FFF with 000 like below

    .selfie-contact input[type="text"],
    .selfie-contact input[type="email"],
    .selfie-contact input[type="password"]{
    	color: #000;
    }
    Thread Starter ewed

    (@ewed)

    Hi Erik @codekraft,

    Thanks for looking into this. I think I was trying to css-edit in the wrong place. I tried your css edit (possiby a similar edit might also be in order on line 2826?).

    However no change – the problem persists.

    Eric

    hi @ewed, yes you are right and also line 2826 needs to be edited (in addition to 2812) to display the textarea text with a black color as well;

    I tested again my suggested change and it seems that no other css rules are overriding that one one, so please double-check that you are editing the correct stylesheet (./wp-content/themes/selfie/styles/selfie/style.css) and clean your cache (even the browser cache – chrome: left clic on reload then “hard reload” OR ctrl + shift + R).

    Thread Starter ewed

    (@ewed)

    Hi @codekraft

    Thank you for staying with this. After editing the CSS it was indeed a cache issue. All is well now — problem fixed. Thanks again.

    Eric

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form entry text comes in white’ is closed to new replies.