Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How can we change the portal ticket menu badge count color?

Shantharao
Kilo Sage

Hi,

I want to change the badge count of My Tickets menu as mentioned below screenshot

find_real_file.png

can anyone help me where can we add the CSS along with suitable CSS code.

Thanks

 

 

7 REPLIES 7

snehalkhare
Kilo Guru

Hi Shantharao,

Were you able to achieve this as per simulator instructions?

Regards,

Snehal

Amanda Oliveira
Tera Contributor

Oi! Vou deixar a resposta aqui caso alguém ainda está com dificuldades na tarefa do simulador do portal.

** Versão Roma

 simulator.css (in menu CSS), class badge:

 

.sp-navbar-badge-count {
  background-color: #ff0039;
  border-radius: 20px;
}

 



if I helped you, leave your likes!
 😊

Amanda Oliveira

Linkedin:  aqui

Vijayalakshmi P
Kilo Sage

Hi @snehalkhare,

Pls use the below lines in your simulator.css:

.sp-navbar-badge-count{
background-color: #ff0039;
border-radius: 20px;
}

 

Thanks,

V