/* Hide the blue top strip */
.topbar,
.top-bar,
.header-top,
.utility-bar,
.site-header .top-header,
#topbar { 
  display: none !important;
  visibility: hidden;
}

/* If the theme added extra spacing for the bar, remove it */
.site-header,
.header,
.navbar-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body { scroll-padding-top: 0; } /* if you use a sticky header */