Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1118092

    Hi.

    I’ve managed to change all the colours of the contact form in quick css but can’t change the input font colour. It’s white on white at the moment so I’d like to change the text colour to black. Hope you can help. Thanks.

    #1118246

    Hey evreergun,

    I can see white on black background on my end, if you need to target the text colour then you should be able to do it with this CSS:

    #top .main_color input[type='text'] {
      color:#ccc;
    }

    Best regards,
    Rikard

    #1119115

    Thanks Rikard!

    #1119361

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.