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

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

  • 30 November 2020
  • 1 reply
  • 99 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

icon

Best answer by Tom_1842 12 November 2022, 00:18

View original

1 reply

Userlevel 7
Badge +27

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