How to Add Admin Bar and Admin Menu or Submenu Notification Bubbles?
You just create the bubble (circle) with CSS, and have text site on top of it. Example CSS span.mbe-update-bubble{ position: absolute !important; top: 6px !important; left: 6px !important; -webkit-border-radius: 10px !important; -khtml-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; background: #ccc !important; color: #464646 !important; width: 10px !important; height: 10px !important; padding: 3px !important; … Read more