Banner Color in new survey taking experience | Experience Community
Skip to main content
Solved

Banner Color in new survey taking experience

  • July 2, 2026
  • 2 replies
  • 18 views

In the new survey taking experience I am not having any luck using Custom CSS to change the banner color to #FEC6E9 (pink), while keeping my primary color as #D40163 (magenta).  

Any recommendations?

 

Best answer by vgayraud

Hi,

#logo-container.banner {
background: #FEC6E9;
}

This is obtained with a 1x1px transparent png, but any logo will work. You do need a logo for it to be applied tho, otherwise the page doesn’t render the #logo-container element.

2 replies

vgayraud
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+65
  • QPN Level 8 ●●●●●●●●
  • Answer
  • July 3, 2026

Hi,

#logo-container.banner {
background: #FEC6E9;
}

This is obtained with a 1x1px transparent png, but any logo will work. You do need a logo for it to be applied tho, otherwise the page doesn’t render the #logo-container element.


Thank you - this worked perfectly!