Hi! I’m using codex child theme and am having an issue where the submenu items do not display on mobile version. I did see in another forum that a js conflict with Google Maps could cause this, but I have deleted that plugin, and the error persists. Before I get too far in developing this theme, I want to make sure I can get it working. Any ideas? Thank you!
WELL FOR ANYONE ELSE WITH THIS ISSUE …
UPDATE: Discovered the issue is that the drop down carrot is white like the background and so you can’t see it! Changing the color in css did the trick!
.dropdown-toggle {
color: #2371a7 !important;
}
-
This topic was modified 3 years ago by studio239. Reason: FIXED MY OWN ISSUE