Change line-color of check-boxes | XM Community
Skip to main content
Question

Change line-color of check-boxes

  • December 4, 2023
  • 1 reply
  • 49 views

Forum|alt.badge.img+1

Hi, 

Which code can I use to change the color of the check-boxes ?

 

1 reply

qualtrics_nerd
Level 5 ●●●●●
Forum|alt.badge.img+19
  • Level 5 ●●●●●
  • 227 replies
  • December 4, 2023

Hi @Anne-Lene ,

You can use below line of CSS code to achieve the same :

 

.Skin label.q-checkbox {

border: 2px solid red;
}


Just update the value  color(red)  with color of your choice.


Hope this resolves your query😊!!​​​​​​​