Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

color of rank question

  • andiliebl
  • andiliebl's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago #127225 by andiliebl
color of rank question was created by andiliebl
Hi there,
I cannot find where to change the background color of the ranking question. I am talking about the background color of the items in the two columns (selection/ranking). Any advice?

Best regards
The topic has been locked.
More
8 years 6 months ago #127227 by first
Replied by first on topic color of rank question
Try below in question source code
Code:
<style>
.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li {
    background-color: green;
}
</style>

Survey Designer and Programmer
The topic has been locked.
  • andiliebl
  • andiliebl's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 6 months ago #127250 by andiliebl
Replied by andiliebl on topic color of rank question
Sorry, but wehere exactly am I supposed to place this code?
The topic has been locked.
More
8 years 6 months ago #127308 by first
Replied by first on topic color of rank question

Survey Designer and Programmer
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 6 months ago #127312 by tpartner
Replied by tpartner on topic color of rank question
Using the template editor , place something like this at the end of template.css:

Code:
.dragDropChoices {
  background: none #FF00FF !important;
}
 
.dragDropRanks {
  background: none #00CC00 !important;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose