Make Header Container Transparent | XM Community
Question

Make Header Container Transparent

  • 15 June 2020
  • 1 reply
  • 13 views

Userlevel 5
Badge +33

Is it possible to make the header container transparent? I've come across other posts about how to change the color of it, but I haven't been able to get it transparent. My survey has a background image but right now the header puts a white box over it at the top of the page.


1 reply

Userlevel 7
Badge +27

.Skin #HeaderContainer { background-color: rgba(255,255,255,0); }

Leave a Reply