Hi @brainstormteam
Correct – The Astra support team responded – they are aware of this issue and are working on resolving it. They have also kindly provided the current solution which works well:
It is awesome to get this level of support for a the free theme – many thanks!
Go to CSS at Appearance > Customize > Additional CSS and add the following:
.ast-mobile-header-wrap .ast-mobile-header-content {
background-color: rgba(0,0,0,0.1) !important;
}
@media (max-width: 544px)
.ast-builder-menu-1 .main-header-menu, .ast-builder-menu-1 .main-header-menu .sub-menu {
background-image: none;
background-color: rgba(255,255,255,0.01) !important;
}
@media (max-width: 921px)
.ast-builder-menu-1 .main-header-menu, .ast-builder-menu-1 .main-header-menu .sub-menu {
background-image: none;
background-color: rgba(255,255,255,0.01) !important;
}