Dark Mobile Menu & Text

  • Hi Everyone! My mobile menu and mobile menu font are dark and unreadable. But its Okay on desktop! Any Help with this? Where do I add the “css” codes to change this and what are codes?

    XX

    The blog I need help with is: (visible only to logged in users)

  • The mobile menu color should be white and not change to the custom color set. That said, if you have the ability to add custom CSS, try adding the following styles.

    @media (max-width: 767px) {
      .site-navigation .menu a {
        color: #ffffff !important;
      }
    }

    Let me know how that works for you.

  • The topic ‘Dark Mobile Menu & Text’ is closed to new replies.