hi jmkt,
Please add the folloing code of cssto fix the issue.
@media (max-width: 767px) {
h3.menu-toggle {
display: block !important;
}
}
Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.
Thanks
Thread Starter
jmkt
(@jmkt)
Hi,
Many thanks for your reply.
When I checked the CSS I realised I had already added
h3.menu-toggle{
display:none;
}
Why? I don’t know!
Anyway, removing that solved the problem.
Thanks again.