I want to show new notification on a background image instead of yellow color background of the plugin "q2apro on site notifications master." Just look at bellow picture ...
I have changed the following css code
/* notifybub (N) */
.ntfy-event-new, .ntfy-event-nill {
background-image: url('my-image.png) no-repeat center;
position: absolute;
color: #000;
border: 1px solid #EEEE00;
border-radius: 2px;
cursor: pointer;
font-size: 11px;
font-weight: bold;
padding: 3px 4px;
vertical-align: top;
}
But it does not work for changing background. Where do I have to change.....?