Working with a Portal Entity List rendered as a full calendar and trying to change the red record counts on the calendar to be something more neutral like a gray but i can't seem to get the css to update.
I inspected the element and it looks like the css class being called is .badge-important. If I go into the inspector and uncheck the two instances of the background color it updates the background to be grey but when i try and do this through code (Jquery in custom javascript on entity list or CSS from custom css on webpage holding the entity list to set the ".badge-important" background-color to "transparent" or #7D7D7D) nothing happens??
Any ideas?