Anyone provide theme CSS to differentiate the banner from all the rest? | XM Community
Skip to main content
Solved

Anyone provide theme CSS to differentiate the banner from all the rest?

  • January 18, 2024
  • 2 replies
  • 69 views

Forum|alt.badge.img+2
  • Level 1 ●
  • 5 replies

I am not a UX designer at all, but I wonder if anyone can help me with some css to make all of the colors the secondary and only have the banner be the primary? Made this mockup of a theme, but what I need is the secondary color applied to everything but the banner (see the image) .

 

I can interpret css somewhat and could change color codes, just no idea how to write it on my own. 

 

Best answer by Chhavi_Ch

Hi !

Giving you an example of black banner code here- 

.Skin #LogoContainer {background-color: #000000!important;}
 

Paste it in your Style-->Custom CSS code.
    

2 replies

Forum|alt.badge.img+40
  • Level 4 ●●●●
  • 110 replies
  • Answer
  • January 19, 2024

Hi !

Giving you an example of black banner code here- 

.Skin #LogoContainer {background-color: #000000!important;}
 

Paste it in your Style-->Custom CSS code.
    


Forum|alt.badge.img+2
  • Author
  • Level 1 ●
  • 5 replies
  • January 19, 2024

thank you @Chhavi_Ch ! That worked!