Tagged: 

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

    icon for mobile menu doesn not go back to stack of 3 black lines after opening and closing mobile menu.

    where can i fix this?

    or is there css code that i can use to fix this?

    #1341831

    Hi,

    Thanks for contacting us!

    That was related to following code

    #top #header #avia-menu > li:hover > a {
      background: #000000 !important;
      border: 0 !important;
    }

    I added following code to bottom of Style.css file of your child theme override it for burger menu

    #top #header #avia-menu > li.av-burger-menu-main:hover > a {
      background: transparent !important;
    }

    Please review your website :)

    Regards,
    Yigit

    #1341877

    thanks! that fixed it! I really appreciate it!

    #1341918

    Hi bearrockconcrete,

    We’re glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘icon for mobile menu doesn not go back to stack of 3 black lines after opening’ is closed to new replies.