Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1496002

    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

    #1496005

    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

    #1496010

    Hello Mike,
    cool, perfect! Thanks a lot :))

    Many regards and a nice weekend,
    rixi

    #1496012

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘burger menu mobil’ is closed to new replies.