Change mouseover color | XM Community
Skip to main content
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.



!
Hi Melissa,



Please check https://www.w3schools.com/cssref/sel_hover.asp
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.
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