Welcome to the LimeSurvey Community Forum

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

Clickable Image as Answer - change label

  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 4 months ago #144196 by tpartner
Replied by tpartner on topic Clickable Image as Answer - change label
Try adding something like this to the end of template.css:

Code:
.array-flexible-row .radio input[type="radio"] + label::before {
  top: -0.2em;
  left: 0.1em;
  height: auto;
  width: auto;
  font-family: FontAwesome; 
  font-size: 21px;
  content: "\f06a";   
  color: #CCCCCC;  
  background-color: transparent;
  border: 0 none;
}
 
.array-flexible-row .radio input[type="radio"]:checked + label::before { 
  content: "\f07a";
  color: green;
}
 
.array-flexible-row .radio input[type="radio"]:focus + label::before {
    outline: none;
}
 
.array-flexible-row .radio label::after {
  display: none !important;
}


Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: RitaShen
The topic has been locked.
More
7 years 4 months ago #144205 by RitaShen
Replied by RitaShen on topic Clickable Image as Answer - change label
it's work
thanks for help!!!!!
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose