Hello enfold team,
I noticed a colored background flash for a second when clicking the burger menu open and would like to get rid of it. I’ve tried to target it with css below but had no luck:
.responsive #top .av-main-nav .menu-item-avia-special,
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a {background-color: transparent !important;}
Hey rickyporco,
Looks like the color is changed by JavaScript on click on search or burger. To remove the effect, JavaScript files will need to be edited and copied to a child theme.
Best regards,
Victoria