Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Input focus text colour #7978
    fonejacka
    Participant

    Actually, Just incase anyone is looking for the answer it’s actually this:

    input[type=text]:focus, textarea:focus, input[type=email]:focus {
    color: #ffffff!important;

    }
    input, textarea:focus {
    color: #ffffff;
    }

    Sorry, made a mistake

    in reply to: Input focus text colour #7977
    fonejacka
    Participant

    AHA!

    I’ve done it! This is the final answer….

    input[type=text]:focus {
    color: #ffffff!important;
    }

    input, textarea:focus {
    color: #ffffff!important;
    }

    Thank you Josef for your help…

    You might be able to help me with my next question. As you can see on (http://couleecreative.com/contact-us/) when you try and click submit and there’s a required field the text boxes are surrounded by a colour block and it appears on the right. I’d like it to look almost exactly the same. Any idea on how I would do this?

    Best regards,

    Sam

    in reply to: Input focus text colour #7976
    fonejacka
    Participant

    Hi Josef777,

    Ok I have had some success, I have managed to get the first 3 text boxes to work using this

    input[type=text]:focus {
    color: #ffffff!important;
    }

    However, the text boxes that are paragraphs haven’t changed – Do you know what the [type=] is for paragraph section? The input basically

    Best regards,

    Sam

    in reply to: Input focus text colour #7973
    fonejacka
    Participant

    Hi josef,

    Thanks for your response. I tried the code and although it does allow the background of the field & the text colour to be changed there is no text colour transition once you click out the field.

    Basically, on the example, you will notice that the text colour begins as 1 colour (black) and then transitions to another (white) when not in focus.

    It’s proving to be a very difficult thing to do, any further ideas ?

    Thanks,

    Sam

Viewing 4 posts - 1 through 4 (of 4 total)
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy