Header | XM Community
Skip to main content
Solved

Header


Forum|alt.badge.img+3
  • QPN Level 1 ●
  • 11 replies

Hi,

I am using following Custom CSS to change my header font-type but it seems it is not working as expected. May I request your advise. Thank you.

 

.Skin .Header {
   font-family:Calibri!important;
color:#000000!important;
font-size:18px!important;  
}

Best answer by vgayraud

i think it should be 

.Skin #Header

 

View original

2 replies

vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+49
  • QPN Level 6 ●●●●●●
  • 397 replies
  • Answer
  • January 17, 2024

i think it should be 

.Skin #Header

 


Forum|alt.badge.img+3
  • Author
  • QPN Level 1 ●
  • 11 replies
  • January 17, 2024

Thank you so much @vgayraud . It worked.


Leave a Reply