How can we change the portal ticket menu badge count color?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 04:13 AM
Hi Shantharao,
Were you able to achieve this as per simulator instructions?
Regards,
Snehal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2021 06:38 AM - edited 01-20-2023 07:51 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 10:00 PM
Hi @snehalkhare,
Pls use the below lines in your simulator.css:
.sp-navbar-badge-count{
background-color: #ff0039;
border-radius: 20px;
}
Thanks,
V