We are looking to make our question container opaque. Does anyone know CSS code that would allow us to change the opaqueness to varying degrees?
Page 1 / 1
.Skin .SkinInner {
opacity: 0.5;
}
or like below for a specific question…
#QID9 .QuestionBody {
opacity: 0.5;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.