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

Banner Color in new survey taking experience

  • July 2, 2026
  • 1 reply
  • 11 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?

 

1 reply

vgayraud
QPN Level 7 ●●●●●●●
Forum|alt.badge.img+65
  • QPN Level 7 ●●●●●●●
  • 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.