Okay
  Public Ticket #3075898
contact form
Closed

Comments

  •  2
    eddie789456 started the conversation

    Hi, how can I change the color of message box in my contact form to white? its really hard to see what you're typing in there because it darker color. 

    {"wp":{"use":false,"adminUrl":"www.spstudioone.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi Eddie,

    Please add the code below to your Custom CSS area:

    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel] {
        color: #fff;
    }
    .labeled-textarea-row textarea {
        color: #fff;
    }

    Have a nice day!

  •  2
    eddie789456 replied

    Thank you for this code, however the message box is still black text. 

  • [deleted] replied

    Ho Eddie,

    The code that I wrote you works as it should, I just tested it again, but maybe you need to enter the !important CSS rule:

    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel] {
        color: #fff !important;
    }
    .labeled-textarea-row textarea {
        color: #fff !important;
    }

    Have a nice day!

  •  2
    eddie789456 replied

    That worked! Thanks again. 

  • [deleted] replied

    Happy to hear that Eddiesmile.png

    Have a great day!

    P.S: If you like Kalium, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huuuge thank you from me and Laborator team in advance!