Look & Feel Background on Selection | XM Community
Solved

Look & Feel Background on Selection

  • 23 January 2019
  • 3 replies
  • 10 views

Badge +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!
icon

Best answer by Anonymous 24 January 2019, 16:54

View original

3 replies

Userlevel 6
Badge +21
hi @TriciaB ,
You can set the background color to white from Look & Feel.

!


OR

set css in Look & Feel:
`body{ background-color: white ! important; }`
Badge +1
Thanks, but neither of those solutions stops it turning pale orange when I select one of the options. 😞
Hello @TriciaB ,

Paste the below CSS in the custom CSS

.Skin .QuestionOuter .Inner {
background: white;
border: 1px solid white!important;
}

Leave a Reply