Is there a way to set different colors for the primary color and the banner color? | XM Community
Skip to main content
Solved

Is there a way to set different colors for the primary color and the banner color?

  • November 30, 2020
  • 1 reply
  • 200 views

I'm not experienced with custom coding and I'm having some trouble because I would like my banner color to be white, but when the banner color is white, it's impossible to see the text of the selected answer (see photo attached).
Screen Shot 2020-11-30 at 11.54.40 AM.png

Best answer by Tom_1842

Hi there, if you still need, the background color of the logo container can be changed using CSS. In the Style section of the survey's Look & Feel, pick your primary and secondary colors and then add the below to the Custom CSS space to change the logo container to white:
.Skin #LogoContainer {
    background: #ffffff !important;
}

View original

1 reply

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • 876 replies
  • Answer
  • November 11, 2022

Hi there, if you still need, the background color of the logo container can be changed using CSS. In the Style section of the survey's Look & Feel, pick your primary and secondary colors and then add the below to the Custom CSS space to change the logo container to white:
.Skin #LogoContainer {
    background: #ffffff !important;
}


Leave a Reply