Reply To: Mobile menu and child theme GP v 1.2.9.2.

Home Forums Support Mobile menu and child theme GP v 1.2.9.2. Reply To: Mobile menu and child theme GP v 1.2.9.2.

Home Forums Support Mobile menu and child theme GP v 1.2.9.2. Reply To: Mobile menu and child theme GP v 1.2.9.2.

#91075
Tom
Lead Developer
Lead Developer

Looks like you have the following CSS in your child theme style.css file:

.menu-toggle {
    cursor: pointer;
    display: none;
}

Removing that should fix this 🙂