I am trying to add a black border to a single question on Qualtrics Survey. I tried to add the following code to HTML view option on the question editor dialog, but did not work,
<style>
div.Inner.BorderColor {border: solid #ededed;}
</style>
I also tried div#QID223.QuestionOuter.BorderColor.MC.QID223 and jQuery(.class).css('border','1px') but did not work. QID223 is the question I want to add the border to.
Can someone help me with this? Thank you very much in advance