Change mouseover color | XM Community
Solved

Change mouseover color

  • 9 October 2018
  • 4 replies
  • 77 views

Hello everyone,

I would like to change the mouseover color. At the moment, the default color for mouseover is grey (see screenshot attached). I would like to change this color for all answers to this one here: #b6f7dc
I hope someone can help me with this.

!
icon

Best answer by MohammedAli_Rajapkar 9 October 2018, 11:42

View original

4 replies

Userlevel 7
Badge +33
Hi Melissa,

Please check https://www.w3schools.com/cssref/sel_hover.asp
Userlevel 7
Badge +20
If you want to update it for all of your surveys (for your brand) then the best option to ask "Qualtrics theme design" team to update it and they will update it.

And, if this is only for this survey then add below code in "Header" part of "Look & Feel" Section

<style type="text/css">
.Skin label.MultipleAnswer.q-focused:hover, .Skin label.MultipleAnswer:hover, .Skin label.SingleAnswer:hover {
background: #b6f7dc;
}
</style>
Thanks, it works! Is it also possible to do this for answers in matrix table questions? It doesn't work for these kind of questions yet.
Userlevel 7
Badge +33
For matrix follow below link

https://www.qualtrics.com/community/discussion/2190/how-to-change-the-hover-color-of-a-matrix-table

Leave a Reply