Viewing 3 reply threads
You must be logged in to reply to this topic.
On mobile menu, the main menu items are not visible. The sub menu items are visible. Here is a screen shot.
elevatemmaacademy.com
Please let me know how to fix this.
Thanks
Hello,
Please add this code into your custom css box:
@media (max-width:480px){
.menu-small ul.menu > li > a { color: #0A0A0A;}
}
@media (max-width:979px){
.menu-small ul.menu > li > a { color: #0A0A0A;}
}
Best regards!
Hi,
Unfortunately, that did not resolve the issue. What is next?
Thank you
You must be logged in to reply to this topic.