Is there a way to make the menu display in the responsive format (the small dropdown menu) on the iPad landscape view?
Also, my responsive menu the text is black on a black background. Can you please advise how to correct?
This topic has 9 replies, 3 voices, and was last updated 10 years, 5 months ago ago by kjhawayek
Is there a way to make the menu display in the responsive format (the small dropdown menu) on the iPad landscape view?
Also, my responsive menu the text is black on a black background. Can you please advise how to correct?
Hello,
Unfortunately there is no such option. Sorry.
To change text color for mobile menu add this code in custom.css:
@media (max-width: 480px) {.menu > li > a {
color: #fff !important;
}}
Best regards,
Jack Richardson.
This did not work. Any other suggestions?
Hello,
Please try to use this code:
.et-mobile-menu li a {
color: #fff !important;
}
Regards,
Eva Kemp.
Eva,
This unfortunately did not work either.
I have provided my login credentials below. All of my custom CSS is contained in my Custom CSS plugin.
Thanks for your help.
Kirstin
Hello,
I’ve added this code in custom.css in Appearance > Editor:
.et-mobile-menu li a {
color: #fff !important;
}
.menu > li > a {
color: #000 !important;
}
Please check your menu now.
Best regards,
Jack Richardson.
Thanks Jack, that worked. I am not sure why it didn’t work when I included that code in my plugin.
Could you please look at the calendar page on my website on mobile? The menu will not display. This is the only page I am experiencing this issue on.
Hello,
Unfortunately the problem is caused by your calendar plugin.
Please take our apologies but we don’t provide support for 3rd-party plugins and we don’t guarantee their full compatibility with the theme.
Try to use this plugin https://wordpress.org/plugins/the-events-calendar/ instead of Event Esspresso.
Best regards,
Jack Richardson.
Jack,
The recommended plugin does not have the event management capability of Event Espresso. While I understand that you don’t guarantee compatibility, I would really appreciate any assistance you can give me to get this working. It is a javascript error which is also causing a conflict on several of the other pages.
Thanks,
Kirstin
The issue related to '‘Responsive Menu’' has been successfully resolved, and the topic is now closed for further responses