Is there a way I can add an asterisk (*) to any question using CSS? I need it in CSS so I can just place the code in the Custom CSS editor in the Look and Feel.
Solved
How can I add an asterisk to the end of a question using CSS?
Best answer by vgayraud
.Skin .QuestionText:after {
content: '\\002A';
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


