Opaque Question Container | XM Community
Skip to main content

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? 

@smilburn Maybe this?

.Skin .SkinInner {
    opacity: 0.5; 
}

or like below for a specific question…

#QID9 .QuestionBody {
    opacity: 0.5; 
}


Leave a Reply