Look & Feel Background on Selection | XM Community
Skip to main content
Solved

Look & Feel Background on Selection


Forum|alt.badge.img+1
Hello Apologies if this has already been asked, but I couldn't find it anywhere. I've set up a theme in Look & Feel with Style/Primary Color as Orange. This makes the buttons orange, and the selected options orange, as required. However, when an option is selected, the background of the page changes to light orange. How do I stop this? I've tried uploading a white image as the background, which works, but now an orange border appears around the question when an option is selected instead, which isn't ideal!. Any ideas on how I keep the background as white when an option is selected (while still keeping the orange theme)? ! ! Thanks!

Best answer by Anonymous

Hello @TriciaB , Paste the below CSS in the custom CSS .Skin .QuestionOuter .Inner { background: white; border: 1px solid white!important; }
View original

3 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 228 replies
  • January 23, 2019
hi @TriciaB , You can set the background color to white from Look & Feel. ! OR set css in Look & Feel: `body{ background-color: white ! important; }`

Forum|alt.badge.img+1
  • Author
  • 6 replies
  • January 24, 2019
Thanks, but neither of those solutions stops it turning pale orange when I select one of the options. :-(

  • 0 replies
  • Answer
  • January 24, 2019
Hello @TriciaB , Paste the below CSS in the custom CSS .Skin .QuestionOuter .Inner { background: white; border: 1px solid white!important; }

Leave a Reply