Adding borders to the questions container | XM Community
Skip to main content

Hey,
Is it possible to make the borders of the question container (the white area) bold?
image.png

Use below CSS:
#Questions{
border: 1px solid orange;
}


How do I customize a border just for the label and the slider to look like this?

Scale Slider w border.png



Leave a Reply