/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Hide notification bubble for Yoast SEO */
#toplevel_page_wpseo_dashboard .update-plugins,
#toplevel_page_wpseo_dashboard .plugin-count {
    display: none !important;
}

/* Optional: Hide notification bubbles for other plugins by targeting their menu IDs */
#toplevel_page_fooboxv2 .update-plugins,
#toplevel_page_fooboxv2 .plugin-count,
#toplevel_page_litespeed .update-plugins,
#toplevel_page_litespeed .plugin-count {
    display: none !important;
}

#wp-admin-bar-comments,
#wp-admin-bar-updates {
    display: none !important;
}
#dashboard_stats {
  display: none !important;
}
#wp-admin-bar-wpforms-menu {
  display: none !important;
}
#wp-admin-bar-wpseo-menu {
  display: none !important;
}
#wp-admin-bar-stats {
  display: none !important;
}

