Submenu items not showing on mobile – Codex

  • Author
    Posts
  • #123023

    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 2 years ago by studio239. Reason: FIXED MY OWN ISSUE
    #123424
    Zed
    Cryout Creations mastermind

    Hi,

    The dropdown toggler inherits it color from the configured menu color options – if it was white (the same as the background) you most likely have other elements that share the same color with the background rendering them invisible. This means you’ll most likely need to adjust some menu color options to correct things.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Submenu items not showing on mobile – Codex’ is closed to new replies.