how to change the background color for a text box ? | XM Community
Skip to main content
Solved

how to change the background color for a text box ?

  • October 23, 2018
  • 2 replies
  • 326 views

I am trying to change the background color for a text area, I put in the custom code as .Skin #textArea input[type=text] { background-color : #ffffff; border-radius: 2px; border: solid 1px #696b6d; }

Best answer by Sree

Thank you, its not working though, I spoke to the support and they mentioned the best thing to get this done is via theme. need to raise a request for the same.

2 replies

  • October 23, 2018
Hello @Sree Instead of #TextArea use `.InputText,` Use the below code .Skin .InputText, input[type=text] { background-color : #ffffff; border-radius: 2px !important; border: solid 1px #696b6d !important; }

  • Author
  • Answer
  • October 24, 2018
Thank you, its not working though, I spoke to the support and they mentioned the best thing to get this done is via theme. need to raise a request for the same.