Hi,
i have a little part of a blue background behind the 3 burger lines on the right side of the mobile view. .
Do you have any idea where it comes from and how i can delete it there?
That would be great :)
Many regards rixi
Hey rixi,
Looks like you have this css in your child theme:
#header_main_alternate, #top #header .av-main-nav > li > a {
background-color: #02507d !important;
}
Change to this:
#header_main_alternate,.responsive #top #header .av-main-nav > li:not(.av-burger-menu-main) > a {
background-color: #02507d !important;
}
Best regards,
Mike
Hello Mike,
cool, perfect! Thanks a lot :))
Many regards and a nice weekend,
rixi
Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.
Best regards,
Mike
