Opaque Question Container | XM Community
Skip to main content
Question

Opaque Question Container

  • August 16, 2024
  • 1 reply
  • 45 views

Forum|alt.badge.img+4

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? 

1 reply

chackbusch
QPN Level 5 ●●●●●
Forum|alt.badge.img+22
  • QPN Level 5 ●●●●●
  • 415 replies
  • August 16, 2024

@smilburn Maybe this?

.Skin .SkinInner {
    opacity: 0.5; 
}

or like below for a specific question…

#QID9 .QuestionBody {
    opacity: 0.5; 
}