amdxb01
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Submenu color bug?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;
}Forum: Themes and Templates
In reply to: [Astra] Submenu color bug?@brainstormteam
Thank you very much – I just submitted the ticket.Forum: Themes and Templates
In reply to: [Astra] Submenu color bug?Hello @brainstormteam
Thank you for pushing an update. It works fine for Web.
Unfortunately you still cant get a transparent menu for tablet or mobile.
Issue seems to be with being able to choose any color (gradient and image background works fine).
I hope you get this fixed too.
thanksForum: Themes and Templates
In reply to: [Astra] Submenu color bug?same issue – current band aid fix:
add the following to Additional CSS Customiser:
.main-header-menu .sub-menu {
background: rgba(0,0,0,0.0);
}